Role

This is an object representing a role in the system.

This is an object representing a role in the system.

Example

{  "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"}