Get all users of team

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

The Get all users of team request retrieves information about all the users associated with a particular team.

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 users of team API Reference document

Request Params

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

HEADERS

KeyDatatypeRequiredDescription
authtokenstringEnter your authtoken.
Content-Typestring