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
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the job title. |
isActive | boolean | A flag to indicate if the job title is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |