API ReferenceSchemas
RoleResponse
Response schema for a single role
Response schema for a single role
Example
{ "data": { "denied_permissions": [ "appointments.own.cancel", "appointments.own.reschedule" ], "id": "role_123456789012", "name": "Staff", "object": "role", "permissions": [ "accounts.view", "appointments.own.*", "blocks.*", "booking_intents.*", "clients.*", "integrations.own.*", "providers.own.view", "providers.own.update" ], "type": "staff" }}