Job title object

Each workspace member can be assigned a job title. You can also filter reports by job title.

Example

{
  "id": "ea07ce44-6c49-48ef-8c06-59293d5e8a5d",
  "name": "Business Analyst",
  "isActive": true,
  "createdAt": "2024-09-04T14:56:01.352Z"
}

Attributes

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the job title.
isActivebooleanA flag to indicate if the job title is active in the system.
createdAttimestampThe timestamp when the object was created.