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": "0198af77-eccf-7b06-8f70-05efdab60fd4", "admin_workspace_id": "0198af77-eccf-7b06-8f70-05f0caef3507", "sub_workspace_id": "0198af77-eccf-7b06-8f70-05f1b4e94be3", "status": "accepted", "timestamp_created": "2025-08-15T20:42:08.975Z", "timestamp_updated": "2025-08-15T20:42:08.975Z", "sub_workspace_name": "My Workspace", "admin_workspace_name": "My Workspace" }