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
Example response
{
"items": [
{
"actorId": "user:550e8400-e29b-41d4-a716-446655440000",
"createdAt": "2026-01-15T10:30:00Z",
"updatedAt": "2026-01-15T10:30:00Z"
}
],
"limit": 25
}Changes
No recorded changes to this endpoint across all 1 revision of this API.