get https://api.compose.io/2016-07/deployments//portal_users
List Portal Users for Deployment
This endpoint returns a list of portal users associated with a deployment. The results are contained within an _embedded
key contains a portal_users
key. This key's value is an array enumerating the different portal users for a deployment. The portal user types for a deployment are currently "ssh", "haproxy".
Returned JSON
The endpoint returns an array of portal users with the following fields.
name | The name associated with the portal user |
type | The type of portal (e.g. ssh) this user is defined for. |