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": "01985969-4e65-7592-8e0d-34c6779e6255", "admin_workspace_id": "01985969-4e65-7592-8e0d-34c7b06e6247", "sub_workspace_id": "01985969-4e65-7592-8e0d-34c88a0dad2c", "status": "accepted", "timestamp_created": "2025-07-30T03:38:50.341Z", "timestamp_updated": "2025-07-30T03:38:50.341Z", "sub_workspace_name": "My Workspace", "admin_workspace_name": "My Workspace" }