Skip to content

Get Account Permissions For Auth0

GET
/v1/account-permissions-auth0/{auth0_user_id}

Authorizations

Parameters

Path Parameters

auth0_user_id
required
string
>= 1 characters <= 50 characters

Responses

200

Successful Response

object
account_id
required

Account id

string format: uuid
is_global_admin
required

Is this account a global admin

boolean
accountPermissions
Array<object>
default:
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
groupPermissions
Array<object>
default:
object
group_id
required
string format: uuid
permissions
Array<object>
default:
object
group_permission_id
required
string format: uuid
group_id
required
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