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": "0199f2c8-6299-79b0-beaf-443ae0992e0d", "admin_workspace_id": "0199f2c8-6299-79b0-beaf-443b92d4c26f", "sub_workspace_id": "0199f2c8-6299-79b0-beaf-443c5d6ac7ea", "status": "accepted", "timestamp_created": "2025-10-17T15:27:22.777Z", "timestamp_updated": "2025-10-17T15:27:22.777Z", "sub_workspace_name": "My Workspace", "admin_workspace_name": "My Workspace" }