An assigned permission to a staff member
Name | Description | Type | Required |
---|
key | The unique identifier (key) of the StaffPermission | string | Yes |
allow | A flag indicating if this permission is allowed or denied from this staff member | boolean | |
JSON
{
"key": "payments.invoices.export",
"allow": true
}