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
Autorizações
Bearer token authentication (format: "Bearer {token}")
Cabeçalhos
A unique identifier for tracing the request across services.
Parâmetros de caminho
The actor identifier.
Resposta
Successfully retrieved actor mapping
An actor mapping associating a system identifier with display information
The actor identifier
Exemplo:
"user-abc-123"
Human-readable display name
Exemplo:
"John Doe"
Email address
Exemplo:
"john.doe@company.com"
Timestamp when the mapping was created
Timestamp when the mapping was last updated

