v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Governance

List actor mappings

Lists actor mappings by actor ID with optional actor ID prefix filtering. Does not return display name or email.

get/v1/governance/actor-mappings

Query parameters

actorIdstring

Actor ID prefix

Actor ID prefix

cursorstring

Actor ID cursor

Actor ID cursor

limitinteger

Page size (default 25, max 100)

Page size (default 25, max 100)

Response

OK

hasMoreboolean

True when more pages are available beyond this one

limitinteger required

Page size applied to this response

nextCursorstring

Cursor to fetch the next page; empty when there are no more pages

prevCursorstring

Cursor of the page that preceded this request; empty on the first page

Example response

{
  "items": [
    {
      "actorId": "user:550e8400-e29b-41d4-a716-446655440000",
      "createdAt": "2026-01-15T10:30:00Z",
      "updatedAt": "2026-01-15T10:30:00Z"
    }
  ],
  "limit": 25
}