List Team members
Team
List Team members
List the details about all users that belong to a specific Team.
GET
List Team members
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the Organization to which the Team belongs.
The ID of the Team to retrieve member information for.
Query Parameters
Offset for pagination
Required range:
x >= 0Limit for pagination
Required range:
x >= 0Sorting criteria, each criterion should conform to format 'fieldName:asc' or 'fieldName:desc'
Available options:
userId:asc, userId:desc, fullName:asc, fullName:desc, username:asc, username:desc, createdAt:asc, createdAt:desc Response
OK