This schema describes objects returned by the Workspace Group Member endpoints.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string (uuid) | Yes | The unique identifier of the workspace group member (read-only) |
admin_workspace_id | string (uuid) | Yes | The id of the admin workspace (read-only) |
sub_workspace_id | string (uuid) | Yes | The id of the sub workspace |
status | string | Yes | Possible values: 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.) |
timestamp_created | string (date-time) | Yes | Read-only |
timestamp_updated | string (date-time) | Yes | Read-only |
sub_workspace_name | string, nullable | No | The name of the sub workspace. (read-only) |
admin_workspace_name | string, nullable | No | The name of the admin workspace. (read-only) |