Start an impersonation session

Request
Security:
vc-security
Request Body schema: application/json
username
string
authenticator
string
Responses
200

OK

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

post/user-service/v1/user/start-impersonate
Request samples
application/json
{
  • "username": "string",
  • "authenticator": "string"
}
Response samples
application/json
"auth-token"