Skip to main content
This schema describes objects returned by the Workspace Group Member endpoints.
A member of a workspace group. You can use the endpoints within this entity to manage the members of a workspace group.

Fields

FieldTypeRequiredDescription
idstring (uuid)YesThe unique identifier of the workspace group member (read-only)
admin_workspace_idstring (uuid)YesThe id of the admin workspace (read-only)
sub_workspace_idstring (uuid)YesThe id of the sub workspace
statusstringYesPossible 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_createdstring (date-time)YesRead-only
timestamp_updatedstring (date-time)YesRead-only
sub_workspace_namestring, nullableNoThe name of the sub workspace. (read-only)
admin_workspace_namestring, nullableNoThe name of the admin workspace. (read-only)