Entity description
A StaffBusinessRole is an assignment of a BusinessRole to a staff member, defining their permissions within a business account.
Properties
Name | Description | Type | Example |
---|---|---|---|
uid | The unique identifier (UID) of the StaffBusinessRole | string | d290f1ee-6c54-4b01-90e6-d701748f0851 |
staff_uid | The unique identifier (UID) of the staff member | string | f348f1ee-6c54-4b01-90e6-d701748f0852 |
business_role_uid | A unique identifier (UID) of the associated BusinessRole | string | ghp0f1ee-6c54-4b01-90e6-d701748f0853 |
created_at | Date the StaffBusinessRole was created | string | 2021-07-20T14:00:00.000Z |
updated_at | Date the StaffBusinessRole was last updated | string | 2021-07-20T14:00:00.000Z |
Example
{
"uid": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"staff_uid": "f348f1ee-6c54-4b01-90e6-d701748f0852",
"business_role_uid": "ghp0f1ee-6c54-4b01-90e6-d701748f0853",
"created_at": "2021-07-20T14:00:00.000Z",
"updated_at": "2021-07-20T14:00:00.000Z"
}