Skip to main content
GET
Get workspace group member

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

The ID of the requested item

Example:

"019f7ffb-d975-7486-b4bb-4401139ce525"

Response

The requested Workspace Group Member

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:

"019f7ffb-b652-7f8c-bc64-bfd72893f675"

admin_workspace_id
string<uuid>
required
read-only

The id of the admin workspace

Example:

"019f7ffb-b652-7f8c-bc64-bfd86a092e04"

sub_workspace_id
string<uuid>
required

The id of the sub workspace

Example:

"019f7ffb-b652-7f8c-bc64-bfd95afda312"

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

"accepted"

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

"2026-07-20T14:43:50.482Z"

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

"2026-07-20T14:43:50.482Z"

sub_workspace_name
null | string
read-only

The name of the sub workspace.

Example:

"My Workspace"

admin_workspace_name
null | string
read-only

The name of the admin workspace.

Example:

"My Workspace"