A member of a workspace group. You can use the endpoints within this entity to manage the members of a workspace group.
The unique identifier of the workspace group member
The id of the admin workspace
The id of the sub workspace
| Enum Value | Description |
|---|---|
| pending | The member has been invited to the workspace group but has not yet accepted the invitation. |
| accepted | The member has accepted the invitation to the workspace group. |
| rejected | The member has rejected the invitation to the workspace group. |
{ "id": "019a5522-76e1-76c8-adf4-6f3fb9abe75b", "admin_workspace_id": "019a5522-76e1-76c8-adf4-6f4095d51ec9", "sub_workspace_id": "019a5522-76e1-76c8-adf4-6f41a0ccf027", "status": "accepted", "timestamp_created": "2025-11-05T17:48:33.377Z", "timestamp_updated": "2025-11-05T17:48:33.377Z", "sub_workspace_name": "My Workspace", "admin_workspace_name": "My Workspace" }