Bridge Training
APIImpersonationStop

Stop impersonating a user

POST
/api/impersonation/stop

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/stop" \  -H "Content-Type: application/json" \  -d '{    "impersonationId": "string"  }'
{
  "actorId": "string"
}
{
  "code": "string",
  "message": "string",
  "meta": {
    "property1": null,
    "property2": null
  }
}