get https://api.compose.io/2016-07/deployments//roles
List User Roles for Deployment
This endpoint returns _embedded
key containing a key roles
whose value is an array enumerating the different role types for a deployment. The roles for a deployment are currently. "developer", "manager", and "admin".
Returned JSON
The endpoint returns the assigned role with the following fields.
name | The name associated with the role |
users | List of users currently assigned to this role |