The OperatorOPRole Object

Associates an operator with a role, granting them the capabilities defined for that role.

Properties

NameDescriptionTypeRequired
created_atDate the StaffBusinessRole was createdstringYes
updated_atDate the StaffBuinsessRole was last updatedstringYes
operator_uidThe unique identifier (UID) of the Operatorstring
operators_role_uidA unique identifier (UID) of the associated OperatorsRolestringYes

Example

JSON

{
  "operator_uid": "d290f1ee-6c54-4b01-90e6-d701748f0851",
  "operators_role_uid": "d290f1ee-6c54-4b01-90e6-d701748f0851",
  "created_at": "2021-07-20T14:00:00.000Z",
  "updated_at": "2021-07-20T14:00:00.000Z"
}