List Team members
List the details about all users that belong to a specific Team.
Path parameters
organizationId
The ID of the Organization to which the Team belongs.
teamId
The ID of the Team to retrieve member information for.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
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 Team members in one page.
offset
The offset of the current page of Team members.
teamMembers
The list of Team members in the current page.
totalCount
The total number of Team members.