DEPRECATED: Use GET /v3/workspaces/{slug}/teams/{teamId}/members instead.

Get a list of team members and some additional information like their team role. Requires scopes team:read and user:read.

Path Params
string
required

ID of the team to fetch members for.

Query Params
string

Search for a team name or id including this term.

string
enum
Defaults to ASC

Result order (ascending or descending)

Allowed:
string
enum
Defaults to name

Attribute to order by

Allowed:
integer
≥ 1
Defaults to 100

Maximum items to fetch. Useful for pagination.

integer
≥ 0
Defaults to 0

Number of items to skip. Useful for pagination.

boolean
Defaults to true

Setting to false will exclude users with pending invite

Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*