Skip to main content
GET
Get an actor mapping

Autorizaciones

Authorization
string
header
requerido

Bearer token authentication (format: "Bearer {token}")

Encabezados

X-Request-Id
string

A unique identifier for tracing the request across services.

Parámetros de ruta

actorId
string
requerido

The actor identifier.

Respuesta

Successfully retrieved actor mapping

An actor mapping associating a system identifier with display information

actorId
string

The actor identifier

Ejemplo:

"user-abc-123"

displayName
string

Human-readable display name

Ejemplo:

"John Doe"

email
string

Email address

Ejemplo:

"john.doe@company.com"

createdAt
string<date-time>

Timestamp when the mapping was created

updatedAt
string<date-time>

Timestamp when the mapping was last updated