Member level object

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

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