Skip to main content
GET
Get an actor mapping

Autorizações

Authorization
string
header
obrigatório

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

Cabeçalhos

X-Request-Id
string

A unique identifier for tracing the request across services.

Parâmetros de caminho

actorId
string
obrigatório

The actor identifier.

Resposta

Successfully retrieved actor mapping

An actor mapping associating a system identifier with display information

actorId
string

The actor identifier

Exemplo:

"user-abc-123"

displayName
string

Human-readable display name

Exemplo:

"John Doe"

email
string

Email address

Exemplo:

"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