---
title: "Start impersonation"
method: POST
path: "/api/v1/impersonation/start"
tags: ["Impersonation"]
---

# Start impersonation

`POST /api/v1/impersonation/start`

Start impersonating a user

## Request body

- ApiStartImpersonationRequest
  - `targetUserUuid` string, required

## Response `200`

Ok

- ApiStartImpersonationResponse
  - `results` null, nullable, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/revisions/40c933755c9a/schema)
