Documentation Index
Fetch the complete documentation index at: https://docs.bigcapital.app/llms.txt
Use this file to discover all available pages before exploring further.
Value must be 'Bearer ' where is an API key prefixed with 'bc_' or a JWT token.
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Role ID
Role details
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
}
]