Skip to main content

Retrieve users authorized for single resource

Contributors

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

Retrieves users authorized for actions on a particular resource.
Token usage: BlueXP service token with the following scopes: tenancy:internal.

Parameters

Name Type In Required Description

enforce_ws

boolean

query

False

accountId

string

path

True

action

string

path

True

resourceId

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": {
  }
}