Value must be 'Bearer
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
List of all roles
Unique identifier of the role
1
The slug of the role
"admin"
The name of the role
"Administrator"
The description of the role
"Administrator role with all permissions"
Indicates if the role is predefined
false
List of permissions associated with the role
[
{
"ability": "read",
"subject": "item",
"value": true
},
{
"ability": "edit",
"subject": "item",
"value": false
}
]