List Teams for a user

List all Teams that a specific user belongs to within an Organization.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

organizationIdstringRequired
The ID of the Organization to which the user belongs.
userIdstringRequired
The user's ID.

Query parameters

offsetintegerOptional>=0Defaults to 0
Offset for pagination.
limitintegerOptional0-1000Defaults to 20
Limit for pagination.
sortslist of enumsOptional

Sorting criteria, each criterion should conform to format ‘fieldName:asc’ or ‘fieldName:desc’.

Response

OK
limitinteger
The maximum number of Teams in one page.
offsetinteger
The offset of the current page of Teams.
teamslist of objects
The list of Teams in the current page.
totalCountinteger
The total number of Teams.

Errors