---
title: "Get an actor mapping"
method: GET
path: "/v1/governance/actor-mappings/{actorId}"
tags: ["Governance"]
---

# Get an actor mapping

`GET /v1/governance/actor-mappings/{actorId}`

Use this endpoint to retrieve the display name and email mapped to a specific actor identifier.

## Path parameters

- `actorId` string, required

## Headers

- `X-Request-Id` string

## Response `200`

Successfully retrieved actor mapping

- ActorMappingResponse — An actor mapping associating a system identifier with display information
  - `actorId` string — The actor identifier
  - `displayName` string — Human-readable display name
  - `email` string — Email address
  - `createdAt` string, date-time — Timestamp when the mapping was created
  - `updatedAt` string, date-time — Timestamp when the mapping was last updated

## Other responses

- `400` — The request contains invalid parameters or payload.
- `401` — The request lacks valid authentication credentials.
- `403` — You do not have permission to access this resource.
- `404` — Actor mapping not found
- `500` — An unexpected error occurred on the server.

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
