Admin APIs/User Management
Impersonate User
GET
/admin/userlogin/:idReturns JWT token for the target user.
Bearer token required
ADMINContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | number | Required |
Code Examples
curl -X GET 'https://<your-domain>:3001/admin/userlogin/:id' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serverid*