---
title: "Update Impersonation Settings"
method: PATCH
path: "/v3/organizations/impersonation"
tags: ["Impersonation Settings"]
---

# Update Impersonation Settings

`PATCH /v3/organizations/impersonation`

Updates Impersonation Settings.

## Request body

- object
  - `enabled` boolean — Indicates if user impersonation is allowed for the organization.

## Response `200`

Response for Update Impersonation Settings endpoint

- object
  - `enabled` boolean — The organization has user impersonation enabled.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Unauthorized
- `404` — Not Found

## Changes

- **2025-10-30** `845120e19d45` — 1 breaking
  - the request property `enabled` became not nullable
- **2025-10-23** `8ab3ec3ed301` — 1 warning
  - added the new `type` enum value to the `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterStandard]/rule` response property for the response status `400`
- **2025-08-22** `3c0154b2053a` — 10 breaking, 1 info
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterChoiceItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterDependentItem]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMaximumLength]/source` became nullable for the status `400`
  - the response property `allOf[subschema #2]/invalid_parameters/items/oneOf[#/components/schemas/InvalidParameterMinimumLength]/source` became nullable for the status `400`
  - …7 more

[Change history](https://skmtc.dev/kong/apis/konnect-api-go-sdk/changes/v3/organizations/impersonation/patch.md)

---

[API](https://skmtc.dev/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.dev/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/7d3c634668f8/schema)
