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

KeyDatatypeRequiredDescription
includeUserDetailsbooleanSet this parameter to “true” to include the details of users in the response.
ascstringSort the response in ascending order.
descstringSort the response in descending order.
typeaheadstringRetrieves responses that match the provided string.
limitnumberEnter the maximum number of teams to be returned.
skipnumberEnter the number of teams to be skipped from the response body.
user_uidstringEnter the user UIDs in string format, separated by commas, for filtering.

HEADERS

KeyDatatypeRequiredDescription
authtokenstringEnter your authtoken.
api_versionstringEnter the API version.
Content-Typestring