Member levels allow for the segmentation of workspace members by seniority (for example, Associate, Senior, or Lead).
Example
{
"id": "b0d09768-3189-4813-b266-5c258c846b43",
"name": "Senior",
"description": "'Senior members with extensive experience and expertise in their field.",
"isActive": true,
"createdAt": "2025-10-04T14:56:01.352Z"
}
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the member level. |
description | string | The description of the member level. |
isActive | boolean | A flag to indicate if the member level is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |