Skip to content

Get Group Permissions

GET
/v2/group/{group_id}/permissions

Get permissions for a group.Requires accountOrg:config:view or account:config:view permissions and for user to be in the same org as the group

Authorizations

Parameters

Path Parameters

group_id
required

Group ID

string format: uuid

Group ID

Responses

200

Successful Response

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

422

Validation Error

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