Governance
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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.