v1

latestOpenAPI 3.0.32026-07-17542197.8 KB
Organization
Role
Permission

Get organization role permissions

Return the permissions assigned to the organization's role.

get/v1/organizations/{id}/roles/{role_id}/permissions

Response

OK

idstring required

Unique identifier of the user.

kind'*' | 'create' | 'write' | 'read' | 'delete' required

Kind of a permission.

subjectstring required
targetstring required

Resource ID.

target_typestring required

Resource type of the target resource.

created_atstring date-time required

Date when the user was created.

updated_atstring date-time nullable required

Date when the user was updated.

Example response

[
  {
    "id": "9bsv0s46s6s002p9ltq0",
    "subject": "9bsv0s46s6s002p9ltq0",
    "target": "9bsv0s46s6s002p9ltq0",
    "target_type": "Organization"
  }
]