Get a single team

GET https://{{base_url}}/v3/organizations/{{organization_uid}}/teams/{{team_uid}}

The Get a single team request returns comprehensive information of a specific team available in a particular 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 a single team API Reference document

Request Params

KeyDatatypeRequiredDescription
includeUserDetailsbooleanSet this parameter to “true” to include the details of users in the response.

HEADERS

KeyDatatypeRequiredDescription
authtokenstringEnter your authtoken.
Content-Typestring