Get an actor mapping
Get an actor mapping
Use this endpoint to retrieve the display name and email mapped to a specific actor identifier.
GET
Get an actor mapping
Autorizaciones
Bearer token authentication (format: "Bearer {token}")
Encabezados
A unique identifier for tracing the request across services.
Parámetros de ruta
The actor identifier.
Respuesta
Successfully retrieved actor mapping
An actor mapping associating a system identifier with display information
The actor identifier
Ejemplo:
"user-abc-123"
Human-readable display name
Ejemplo:
"John Doe"
Email address
Ejemplo:
"john.doe@company.com"
Timestamp when the mapping was created
Timestamp when the mapping was last updated

