{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions Deprecated > Impersonation API", "version": "1.0.0" }, "items": [ { "info": { "name": "Deprecated > Impersonation", "type": "folder" }, "items": [ { "info": { "name": "Auth0 Obtain an Impersonation URL", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/users/:user_id/impersonate", "params": [ { "name": "user_id", "value": "", "type": "path", "description": "The ID of the user to impersonate." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to obtain an impersonation URL to login as another user. Useful for troubleshooting." } ] } ], "bundled": true }