Skip to content

Get All Account Permissions For Assigned Org

GET
/v1/account-permissions/{account_id}/{assigned_org_id}

Get all permissions assigned to an account for a specific org, requires accountPermissions:config:view permission

Authorizations

Parameters

Path Parameters

assigned_org_id
required
Any of:
string format: uuid

Org ID or Short Name

account_id
required

Account ID

string format: uuid

Account ID

Responses

200

Successful Response

Array<object>
object
account_permission_id
required

Account permission id uniquely identifies this permission assignment

string format: uuid
account_id
required

Account id this permission is assigned to

string format: uuid
assigned_org_id
required

Organization that this permission belongs to

string format: uuid
org_id
string format: uuid
product_id
string format: uuid
sandbox_id
string format: uuid
environment_id
string format: uuid
permission_id
required
string

422

Validation Error

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