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": "019cc451-5b12-78a8-ae80-dc4c35c28905", "admin_workspace_id": "019cc451-5b12-78a8-ae80-dc4db1fef90e", "sub_workspace_id": "019cc451-5b12-78a8-ae80-dc4ec62d763e", "status": "accepted", "timestamp_created": "2026-03-06T18:03:12.018Z", "timestamp_updated": "2026-03-06T18:03:12.018Z", "sub_workspace_name": "My Workspace", "admin_workspace_name": "My Workspace" }