Skip to main content
GET
Get an actor mapping

Authorizations

Authorization
string
header
required

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

Headers

X-Request-Id
string

A unique identifier for tracing the request across services.

Path Parameters

actorId
string
required

The actor identifier.

Response

Successfully retrieved actor mapping

An actor mapping associating a system identifier with display information

actorId
string

The actor identifier

Example:

"user-abc-123"

displayName
string

Human-readable display name

Example:

"John Doe"

email
string

Email address

Example:

"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