v1

latestOpenAPI 3.1.02026-07-2617125852.3 KB
WorkspaceGroupMember

List 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

Query parameters

limitinteger
Example:10

The number of items to return

starting_afterstring
Example:01956fbd-0eb1-72db-a565-82977a586084

The ID of the last item in the previous page - used for pagination. You can use the value of the next_starting_after field from the previous response.

Response

The list of Workspace Group Member

next_starting_afterstring

The filter for getting the next items after this one, this could either be a UUID, a timestamp, on an email depending on the specific API

Example response

{
  "items": [
    {
      "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"
    }
  ],
  "next_starting_after": "019f94cd-afa9-775d-8d7b-8f861cc3b040"
}