Overview
Didit uses a role-based access control (RBAC) system to manage what team members can do in the console. Each member is assigned a role, and each role has a set of permissions that control access to specific features.Default roles
Didit provides five built-in (system) roles that cover common team structures:
System roles cannot be edited or deleted.
Custom roles
Organization owners can create custom roles with specific permission combinations tailored to your team’s needs. To create a custom role:- Go to Settings > Roles
- Click Create Role
- Enter a name, slug, and description
- Select the permissions you want to grant
- Click Create Role
Permission reference
Permissions follow anaction:resource format. The available actions are:
- read — View a resource
- write — Update a resource
- create — Create new instances of a resource
- delete — Remove a resource
- list — List multiple instances of a resource