Members

List team members

get

List the members of the team.

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
organizationIdstringRequired

The organization ID

teamIdstringRequired

ID for a team

Query parameters
limitinteger · min: 1 · max: 100Optional

Limits the number of results to return

Default: 10
reversebooleanOptional

Order in which to retrieve the results

Default: false
pageTokenstringOptional

Pagination token that keeps of track of the current position in the list

statusstring · enumOptionalPossible values:
Responses
200

OK

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

Add team member

post

Add a member to the team.

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
organizationIdstringRequired

The organization ID

teamIdstringRequired

ID for a team

Body
typestring · enumRequiredPossible values:
idstring · uuidRequired
Responses
post
/organizations/{organizationId}/teams/{teamId}/members

Get team member

get

Retrieve a single team member.

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
organizationIdstringRequired

The organization ID

teamIdstringRequired

ID for a team

teamMemberIdstringRequired

ID for a team member

Responses
200

OK

application/json
get
/organizations/{organizationId}/teams/{teamId}/members/{teamMemberId}

Remove team member

delete

Remove a member from a team.

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
organizationIdstringRequired

The organization ID

teamIdstringRequired

ID for a team

teamMemberIdstringRequired

ID for a team member

Responses
delete
/organizations/{organizationId}/teams/{teamId}/members/{teamMemberId}

No content

Last updated

Was this helpful?