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