usersService
Disable two-factor authentication by id.
Disable two-factor authentication by id.
patch/company/v1/users/{userId}/twofa_disable
Path parameters
userIdinteger required
User id
Response
OK
Example response
{
"status": true,
"message": "Two-factor authentication was successfully disabled"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.