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: application/json

Parameter Type Required Description
environment string true ID of the environment.
Parameter Type Required Description
Accept application/json true  

Related CLI command: getUsersThatCanRunDeploymentTriggers.

Parent topic: deploymentTrigger resource