Search + K

Command Palette

Search for a command to run...

Sign In

Get team member (Legacy)

Deprecated
GET /teams/{team_id}/members/{username}
Copy endpoint
https://api.github.com

The "Get team member" endpoint (described below) is closing down.

We recommend using the Get team membership for a user endpoint instead. It allows you to get both active and pending memberships.

To list members in a team, the team must be visible to the authenticated user.

Parameters

path Path Parameters

Name Type
team_id required

The unique identifier of the team.

number
username required

The handle for the GitHub user account.

string

Responses

204

if user is a member

unknown

Client Errors

404

if user is not a member

unknown