account_user_mfa_totp_put
account users
Configure TOTP MFA
Update the user TOTP MFA configuration
PUT
account_user_mfa_totp_put
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
Body
application/json
The one time password computed using the secret code returned by Associate TOTP MFA
Response
Accepted
Last modified on May 29, 2026