Get all users that can run deployment triggers.
This command returns a JSON representation of all users that can run deployment triggers.
Request
GET https://{hostname}:{port}
/cli/deploymentTrigger/executingUsers/{environment}
Accept: {contentType}
| Parameter | Type | Required | Description |
|---|---|---|---|
| environment | string | true | ID of the environment. |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept |
|
true |
Related CLI command: getUsersThatCanRunDeploymentTriggers.