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