Permissions
Entity-level permissions control what individual users can access. Permissions are scoped per user and per entity (document, template, blueprint, client, or contact).
Permission levels:
| permission_id | Level |
|---|---|
| 1 | View |
| 2 | Edit |
| 3 | Delete |
| 4 | Create |
| 5 | Requires Approval |
The path parameter id refers to the user ID for GET/POST and the
entity_permission ID for DELETE.
📄️ Get user permissions
Retrieve all entity-level permissions for a specific user.
📄️ Create or update user permissions
Set entity-level permissions for a user. The `id` path parameter is
📄️ Delete entity permission
Delete a specific entity permission. The `id` path parameter is the
📄️ Bulk update user permissions
Perform a bulk action on a user's permissions.