Skip to main content

Retrieve users authorized for all resources

Contributors

GET /tenancy/users/for-action/{accountId}/{action}

Retrieves users authorized for actions across all resources.
Token usage: BlueXP service token with the following scopes: tenancy:internal.

Parameters

Name Type In Required Description

accountId

string

path

True

action

string

path

True

authorization

string

header

True

X-Service-Request-Id

string

header

False

Response

Status: 200, Default response
Name Type Required Description

userIds

array[string]

False

Example response
{
  "userIds": {
  }
}