Skip to main content
GET
/
v1
/
governance
/
actor-mappings
/
{actorId}
Get an actor mapping
curl --request GET \
  --url https://matcher.sandbox.lerian.net/v1/governance/actor-mappings/{actorId} \
  --header 'Authorization: Bearer <token>'
{
  "actorId": "user-abc-123",
  "displayName": "John Doe",
  "email": "john.doe@company.com",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

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

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