Staff Business Role

Entity description

A StaffBusinessRole is an assignment of a BusinessRole to a staff member, defining their permissions within a business account.

Properties

NameDescriptionTypeExample
uidThe unique identifier (UID) of the StaffBusinessRolestringd290f1ee-6c54-4b01-90e6-d701748f0851
staff_uidThe unique identifier (UID) of the staff memberstringf348f1ee-6c54-4b01-90e6-d701748f0852
business_role_uidA unique identifier (UID) of the associated BusinessRolestringghp0f1ee-6c54-4b01-90e6-d701748f0853
created_atDate the StaffBusinessRole was createdstring2021-07-20T14:00:00.000Z
updated_atDate the StaffBusinessRole was last updatedstring2021-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"
}