cURL
curl --request POST \ --url https://your-instance.example.com/api/auth/exit-impersonation \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "originalAdminToken": "<string>", "originalAdminUser": {} } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Impersonation exited
Generic response envelope. Endpoint-specific fields are intentionally open.