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.

id
string<uuid>
required
read-only

The unique identifier of the workspace group member

Example:

"019f985c-635b-7d1c-85f9-a2dd70db54ad"

admin_workspace_id
string<uuid>
required
read-only

The id of the admin workspace

Example:

"019f985c-635b-7d1c-85f9-a2de2601a3ea"

sub_workspace_id
string<uuid>
required

The id of the sub workspace

Example:

"019f985c-635b-7d1c-85f9-a2dff81d3bb1"

status
enum<string>
required
Available options:
pending,
accepted,
rejected
Example:

"accepted"

timestamp_created
string<date-time>
required
read-only
Example:

"2026-07-25T08:20:19.419Z"

timestamp_updated
string<date-time>
required
read-only
Example:

"2026-07-25T08:20:19.419Z"

sub_workspace_name
null | string

The name of the sub workspace.

Example:

"My Workspace"

admin_workspace_name
null | string

The name of the admin workspace.

Example:

"My Workspace"