API Reference
Impersonation
Exit impersonation
Ends the current impersonation session and restores the admin's identity.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
OK
Impersonate a user
Starts an impersonation session, allowing the admin to act as another user. Cannot impersonate other admins.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
idRequiredstringTarget user ID
Format:
"uuid"OK
Was this page helpful?