Roles
Role Model
API Documentation
Governance
- Organisations
- Schemes
- Work Orders
- Permits
- Operations
- Properties
- Streets
Data Capture
- Forms
- Form Categories
- Submissions
- Submission Versions
Operations
- Reinstatements
Assets
- Vehicles
Admin
- IAM
- Roles
- Permissions
- Service Accounts
Roles
Role Model
Available options:
roles
The role name
A description for the role
Whether the role is custom to an organisation (true) or is a standard system role (false)
The launch stage of the role. Alpha = initial testing, Beta = public testing, GA = general availability
Available options:
alpha
, beta
, ga
{
"type": "roles",
"id": "scheme.owner",
"attributes": {
"name": "Scheme Owner",
"description": "Ability to manage all aspects of schemes",
"custom": false,
"launch_stage": "beta",
"permissions": [
"schemes.create",
"schemes.read",
"schemes.update",
"schemes.delete"
]
}
}