StartImpersonationRequest
duration_hoursintegernullable
Duration in hours (optional, defaults to 1 hour)
organization_idstring
Organization context for impersonation
reasonstring
Reason for the impersonation
scopesstring[]
Specific scopes for the impersonation session
target_user_idstring
The ID of the user to impersonate
typestring
The type of impersonation (support, job, admin)
StartImpersonationRequest
{
"duration_hours": 0,
"organization_id": "string",
"reason": "string",
"scopes": [
"string"
],
"target_user_id": "string",
"type": "string"
}