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
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token authentication (format: "Bearer {token}")
Headers
A unique identifier for tracing the request across services.
Path Parameters
The actor identifier.
Response
Successfully retrieved actor mapping
An actor mapping associating a system identifier with display information
The actor identifier
Example:
"user-abc-123"
Human-readable display name
Example:
"John Doe"
Email address
Example:
"john.doe@company.com"
Timestamp when the mapping was created
Timestamp when the mapping was last updated

