Bridge Training
APIImpersonationStart

Start impersonating a user (admin only)

POST
/api/impersonation/start

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
  }
}