v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
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

actorIdstring

The actor identifier

displayNamestring

Human-readable display name

emailstring

Email address

createdAtstring date-time

Timestamp when the mapping was created

updatedAtstring date-time

Timestamp when the mapping was last updated

Example response

{
  "actorId": "user-abc-123",
  "displayName": "John Doe",
  "email": "john.doe@company.com"
}