List all users with a specified role

This method returns a JSON array that contains all of the users that have the specified role on the specified team, using the 'name' format.

Request

GET http://{hostname}:{port}
/teams/{team}/usersInRole/{role}
Accept: application/json
Table 1. URL parameters
Parameter Type Required Description
role string true Role ID
team string true Team ID

Content types

This command returns the following content types. Specify the content type that you are accepting in the header of the request.
  • application/json

Feedback