The OperatorCapability Object

An ability in the system that can be granted to an operator (internal and external)

Properties

NameDescriptionTypeRequired
created_atTimestamp indicating when the entity was createdstringYes
updated_atTimestamp of the entity's most recent updatestringYes
unique_codeThe unique identifier of the PermissionstringYes
nameThe name of the permission shown to the user in EnglishstringYes
descriptionThe description of the permission shown to the user in EnglishstringYes

Example

JSON

{
  "unique_code": "business.read",
  "name": "Read Business",
  "description": "Can view business details",
  "is_changable": true,
  "created_at": "2021-07-20T14:00:00.000Z",
  "updated_at": "2021-07-20T14:00:00.000Z"
}