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
Table 1. URL parameters
Parameter Type Required Description
environment string true ID of the environment.
Table 2. Header parameters
Parameter Type Required Description
Accept application/json true

Related CLI command: getUsersThatCanRunDeploymentTriggers.