Skip to main content
POST
Create workspace group member

Authorizations

Authorization
string
header
required

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

Body

application/json

The Workspace Group Member to create

The Workspace Group Member to create

sub_workspace_id
string<uuid>
required

The id of the sub workspace

Example:

"01a0046b-af30-7a2d-963a-0132920902c6"

Response

The 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:

"01a0046b-af30-7a2d-963a-013098d347a1"

admin_workspace_id
string<uuid>
required
read-only

The id of the admin workspace

Example:

"01a0046b-af30-7a2d-963a-0131b7996ac6"

sub_workspace_id
string<uuid>
required

The id of the sub workspace

Example:

"01a0046b-af30-7a2d-963a-0132920902c6"

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

"accepted"

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

"2026-08-15T07:56:01.200Z"

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

"2026-08-15T07:56:01.200Z"

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"