Get impersonation credentials for a user
Auth
Get impersonation credentials for a user
Issue an impersonation token that lets a SUPERADMIN (or ADMIN within their own organization) sign in as the target user via /api/auth/login. Also returns the caller’s original-admin token so the impersonated session can later be exited via /api/auth/exit-impersonation.
GET
Get impersonation credentials for a user
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.