Teams

List all teams an organization member is part of

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

The unique id of the organization

userIdstringRequired

The unique ID of the User

Query parameters
pagestringOptional

Identifier of the page results to fetch.

limitnumber · max: 1000Optional

The number of results per page

titlestringOptional

If provided, only teams whose name contains the given parameter will be returned. Case insensitive.

Responses
chevron-right
200

OK

application/json
get
/orgs/{organizationId}/members/{userId}/teams

Last updated

Was this helpful?