APIImpersonationStart
Start impersonating a user (admin only)
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/impersonation/start" \ -H "Content-Type: application/json" \ -d '{ "targetUserId": "string", "impersonationId": "string" }'{
"token": "string",
"url": "string"
}{
"code": "string",
"message": "string",
"meta": {
"property1": null,
"property2": null
}
}