Get all teams
GET https://{{base_url}}/v3/organizations/{{organization_uid}}/teams
The Get all teams request returns comprehensive information of all the teams available in your organization.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.
Read more about it in Authentication.
For more information, refer to the Get all teams API Reference document
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
includeUserDetails | boolean | Set this parameter to “true” to include the details of users in the response. | |
asc | string | Sort the response in ascending order. | |
desc | string | Sort the response in descending order. | |
typeahead | string | Retrieves responses that match the provided string. | |
limit | number | Enter the maximum number of teams to be returned. | |
skip | number | Enter the number of teams to be skipped from the response body. | |
user_uid | string | Enter the user UIDs in string format, separated by commas, for filtering. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
authtoken | string | Enter your authtoken. | |
api_version | string | Enter the API version. | |
Content-Type | string |