Retrieve all teams associated with the authenticated user. If the user is a tenant admin, returns all teams for the tenant. Pagination is available based on query parameters
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Number of items per page
1 <= x <= 1000
10
Number of items to skip
x >= 0
0
Returns an array of teams associated with the user or tenant And also the response includes paginated data
The response is of type object
.
Retrieve all teams associated with the authenticated user. If the user is a tenant admin, returns all teams for the tenant. Pagination is available based on query parameters
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Number of items per page
1 <= x <= 1000
10
Number of items to skip
x >= 0
0
Returns an array of teams associated with the user or tenant And also the response includes paginated data
The response is of type object
.