v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.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
}