v1

latestOpenAPI 3.1.02026-07-2617125852.3 KB
WorkspaceGroupMember

Get workspace group member

Requires one of the following scopes: workspace_group_members:read, workspace_group_members:all, all:read, all:all

get/api/v2/workspace-group-members/{id}

Path parameters

idstring uuid required
Example:019f94cd-afa7-7208-b290-985c0e7a8ac8

The ID of the requested item

Response

The requested Workspace Group Member

idstring uuid required

The unique identifier of the workspace group member

admin_workspace_idstring uuid required

The id of the admin workspace

sub_workspace_idstring uuid required

The id of the sub workspace

status'pending' | 'accepted' | 'rejected' required
timestamp_createdstring date-time required
timestamp_updatedstring date-time required
sub_workspace_namestring nullable

The name of the sub workspace.

admin_workspace_namestring nullable

The name of the admin workspace.

Example response

{
  "id": "019f94cd-83f5-723f-8436-949dc55c984e",
  "admin_workspace_id": "019f94cd-83f5-723f-8436-949eeaf2e736",
  "sub_workspace_id": "019f94cd-83f6-77f0-a39f-0b4b5bee26c9",
  "status": "accepted",
  "timestamp_created": "2026-07-24T15:45:24.470Z",
  "timestamp_updated": "2026-07-24T15:45:24.470Z",
  "sub_workspace_name": "My Workspace",
  "admin_workspace_name": "My Workspace"
}