post https://example.com/role-store/api/v1/users/mfa/reset
Reset multifactor authentication for an array of user IDs
Log in to see full request history
Responses
200Successful response, MFA turned to uninitialized state for the requested user IDs
Reset multifactor authentication for an array of user IDs
200Successful response, MFA turned to uninitialized state for the requested user IDs
xxxxxxxxxx
curl --request POST \
--url https://example.com/role-store/api/v1/users/mfa/reset \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!