v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBGovernance
Get an actor mapping
Use this endpoint to retrieve the display name and email mapped to a specific actor identifier.
get/v1/governance/actor-mappings/{actorId}
Path parameters
actorIdstring required
The actor identifier.
Headers
X-Request-Idstring
A unique identifier for tracing the request across services.
Response
Successfully retrieved actor mapping
Example response
{
"actorId": "user-abc-123",
"displayName": "John Doe",
"email": "john.doe@company.com"
}