v63

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-078131,3892.6 MB
Impersonation Settings

Update Impersonation Settings

Updates Impersonation Settings.

patch/v3/organizations/impersonation

Request body

enabledboolean

Indicates if user impersonation is allowed for the organization.

Example request

{
  "enabled": true
}

Response

Response for Update Impersonation Settings endpoint

enabledboolean

The organization has user impersonation enabled.

Example response

{
  "enabled": true
}