Skip to main content
PUT
account_user_mfa_totp_put

Authorizations

Authorization
string
header
required

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:

where the access_token is JSON Web Tokens (JWT).

Body

application/json
enabled
boolean
required
user_code
string

The one time password computed using the secret code returned by Associate TOTP MFA

Response

Accepted

Last modified on July 22, 2026