---
title: "List impersonations"
method: GET
path: "/admin/impersonations"
tags: ["Admin Impersonation"]
---

# List impersonations

`GET /admin/impersonations`

Lists all impersonations.

## Response `200`

OK

- Impersonation[], nullable
  - `actor_session_id` string, nullable
  - `actor_user_id` string, required
  - `created_at` string, date-time, required
  - `ended_at` string, date-time, nullable
  - `ended_by_user_id` string, nullable
  - `expires_at` string, date-time, required
  - `id` string, required
  - `impersonation_session_id` string, nullable
  - `reason` string, required
  - `started_at` string, date-time, required
  - `target_user_id` string, required
  - `updated_at` string, date-time, required

## Changes

- **2026-07-09** `dad8e2644615` — 1 info
  - endpoint added
- **2026-07-08** `d2f9387037c5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/authula/apis/authula-api/changes/admin/impersonations/get.md)

---

[API](https://skmtc.dev/authula/apis/authula-api.md) · [All operations](https://skmtc.dev/authula/apis/authula-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authula/authula-api/revisions/79622e232e7d/schema)
