Members

List all members for a team

get
Path parameters
organizationIdstringRequired

The id of the organization to find teams within

teamIdstringRequired

The id of the team

Query parameters
offsetinteger · int32Optional

The offset into queried items to return

limitinteger · int32 · max: 100Optional

How many items to return at one time (max 100)

Responses
200

A paged array of team members

application/json
get
/v1/identity/organizations/{organizationId}/teams/{teamId}/members

Create a team member

post
Path parameters
organizationIdstringRequired

The id of the organization to find teams within

teamIdstringRequired

The id of the team

Body
userIdstringRequired
rolestring · enumRequiredPossible values:
Responses
200

Expected response to a valid request

application/json
post
/v1/identity/organizations/{organizationId}/teams/{teamId}/members

Delete a team member

delete
Path parameters
organizationIdstringRequired

The id of the organization to find teams within

teamIdstringRequired

The id of the team

memberIdstringRequired

The id of the member

Responses
delete
/v1/identity/organizations/{organizationId}/teams/{teamId}/members/{memberId}

No content