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
Key | Datatype | Required | Description |
---|---|---|---|
includeUserDetails | boolean | Set this parameter to “true” to include the details of users in the response. | |
include_count | boolean | Set this parameter to “true” to include the total count of users in the response. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
authtoken | string | Enter your authtoken. | |
Content-Type | string |