Skip to content

Get Account Permissions

GET
/v2/account/{account_id}/permissions

Get permissions for an account.Requires accountOrg:config:view or account:config:view permissions and for user to share an org with the account

Authorizations

Parameters

Path Parameters

account_id
required

Account ID

string format: uuid

Account ID

Query Parameters

org_id

The ID of the Org for the account

string format: uuid

The ID of the Org for the account

Responses

200

Successful Response

object
account_permissions
required
Array<object>
object
org_id

Org ID to which the permission applies

string format: uuid
product_id

Product ID to which the permission applies

string format: uuid
environment_id

Environment ID to which the permission applies

string format: uuid
sandbox_id

Sandbox ID to which the permission applies

string format: uuid
org_name

Name of the org to which the permission applies

string
product_name

Name of the product to which the permission applies

string
environment_name

Name of the environment to which the permission applies

string
sandbox_name

Name of the sandbox to which the permission applies

string
permission_id
required

Permission to be applied to the entity

string
account_permission_id

ID of the account permission

string format: uuid
group_permissions
required
Array<object>
object
group_id
required

ID of the permission group

string format: uuid
org_id

Org ID to which the permission applies

string format: uuid
product_id

Product ID to which the permission applies

string format: uuid
environment_id

Environment ID to which the permission applies

string format: uuid
sandbox_id

Sandbox ID to which the permission applies

string format: uuid
org_name

Name of the org to which the permission applies

string
product_name

Name of the product to which the permission applies

string
environment_name

Name of the environment to which the permission applies

string
sandbox_name

Name of the sandbox to which the permission applies

string
permission_id

Permission to be applied to the entity

string
group_name

Name of the permission group

string

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string