Begin MFA

Begin the MFA enrollment process for the calling user by generating a mfa secret on the backend. Return the QR code to scan with Google Authenticator

Request
Security:
vc-security
Responses
200

OK

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

401

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

post/user-service/v1/user/beginMfa
Request samples
curl -i -X POST \
  http://localhost:8081/user-service/v1/user/beginMfa \
  -H 'x-auth-token: YOUR_API_KEY_HERE'
Response samples
application/json
"string"