---
title: "Impersonate User Endpoint"
method: POST
path: "/admin/impersonate/user"
tags: ["Admin"]
---

# Impersonate User Endpoint

`POST /admin/impersonate/user`

## Headers

- `authorization` string, nullable

## Request body

- ImpersonateUserRequest
  - `user_id` string, uuid, required

## Response `200`

Successful Response

- ImpersonateResponse — Response for successful impersonation.
  - `token` AccessTokenResponse, required
    - `user_id` string, uuid, required
    - `access_token` string, required
    - `access_expires` integer, required
    - `refresh_token` string, required
    - `refresh_expires` integer, required
    - `token_type` string, required
  - `organization_name` string, required
  - `support_user_email` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nomi/apis/fastapi.md) · [All operations](https://skmtc.dev/nomi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nomi/fastapi/revisions/63a2f545499c/schema)
