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
organizationId
The ID of the Organization to which the user belongs.
userId
The user's ID.
Query parameters
offset
Offset for pagination.
limit
Limit for pagination.
sorts
Sorting criteria, each criterion should conform to format ‘fieldName:asc’ or ‘fieldName:desc’.
Response
OK
limit
The maximum number of Teams in one page.
offset
The offset of the current page of Teams.
teams
The list of Teams in the current page.
totalCount
The total number of Teams.