---
title: "Auth Impersonate Switch Org Partial Update"
method: PATCH
path: "/auth/impersonate/switch-org/"
tags: ["authentication"]
---

# Auth Impersonate Switch Org Partial Update

`PATCH /auth/impersonate/switch-org/`

Endpoint for switching organization while impersonating a user.

Security: gated on the ``staff_impersonate`` session scope. Operators
revoke per-user via ``APIUser.has_impersonation_access`` — see
``ImpersonateUserView`` for the model. Switching organizations is a
mid-session operation that only makes sense WHILE impersonating, so
the same scope gates it (no separate switch scope).

## Headers

- `Authorization` string, required

## Response `200`

No response body

- AuthenticationAuthImpersonateSwitchOrgPartialUpdateResponse200 — Empty response body

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
