Begin TOTP Setup
POST/user-svc/totp/setup
Creates a pending time-based one-time password secret for the authenticated user's account. If TOTP is already enabled, currentCode must verify the active authenticator before a reprovisioning setup is created with the requested issuer/accountName. Existing secrets are preserved unless rotateSecret is true.
Request
Responses
- 200
- 400
- 401
- 409
- 500
TOTP setup started
Invalid request
Unauthorized
TOTP already enabled
Internal Server Error