v1

latestOpenAPI 3.0.32026-08-0425108247.7 KB
Search

Search workspace members

Searches workspace members in the authenticated API key workspace. The v1 path keeps the /search/members compatibility spelling.

get/search/members

Query parameters

qstring required

Search query text.

Search query text.

cursorstring

Opaque cursor returned by data.page_info.next_cursor. Reuse it unchanged with the same query and filters.

Opaque cursor returned by data.page_info.next_cursor. Reuse it unchanged with the same query and filters.

Response

Workspace member search results.

Example response

{
  "data": {
    "items": [
      {
        "id": "01jzn7e61x3a7v9h2r7t2m3q4p",
        "workspaceMembershipId": "01jzn7e61x3a7v9h2r7t2m3q4p"
      }
    ]
  },
  "items": [
    {
      "id": "01jzn7e61x3a7v9h2r7t2m3q4p",
      "workspaceMembershipId": "01jzn7e61x3a7v9h2r7t2m3q4p"
    }
  ]
}