The OperatorBusinessToken Object

The OperatorBusinessToken entity.

Properties

NameDescriptionTypeRequired
uidThe unique identifier (UID) of the BusinessRolestringYes
created_atDate the BusinessRole was createdstringYes
expire_atDate that the token expiresstringYes
acting_as_uidActor unique id. Either operator uid when acting as the operator, or staff uid when acting on behalf of a staff memberstring
acting_asThe type of the actor, operator - acting as the operator; staff - acting on behlaf of a staff memberstring (enum: operator, staff)
jwt_tokenstringYes

Example

JSON

{
  "uid": "d290f1ee-6c54-4b01-90e6-d701748f0851",
  "created_at": "2024-07-20T14:00:00.000Z",
  "updated_at": "2024-07-29T14:00:00.000Z",
  "acting_as": "staff",
  "acting_as_uid": "bc33f12d98ee",
  "jwt_token": "token_string"
}