put https://{tenanturl}/config/v2.0/factors/totp
Update the time-based one-time password configuration.
Entitlements:
- manageMFAMethods (Manage second-factor authentication method configuration)
Responses
204The configuration was updated.
Update the time-based one-time password configuration.
Entitlements:
- manageMFAMethods (Manage second-factor authentication method configuration)
204The configuration was updated.
xxxxxxxxxx
11curl --request PUT \
--url https://tenant_url/config/v2.0/factors/totp \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"algorithm": "SHA1",
"enabled": true,
"oneTimeUse": true
}
'