"Sign in with Two-Factor Authentication" setting is updated on update of "Enhanced Password Requirement" setting

Description
While updating account security settings password_requirement via HTTP REST endpoint, another setting sign_in_with_two_factor_auth is getting resetted.

Error
No error is received

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
/accounts/me/settings?option=security

How To Reproduce
Steps to reproduce the behavior:

  1. Have account with sign_in_with_two_factor_auth=all setting
  2. Send HTTP PATCH request:
https://api.zoom.us/v2/accounts/me/settings?option=security
{
    "password_requirement": {
        "minimum_password_length": 12
    }
}
  1. Observe that sign_in_with_two_factor_auth=none

Hi @andrii.pustovoit,

Thank you for raising this with us.

I agree this seems like interesting behavior. I’ve shared these details with our Engineering team to confirm the intended behavior here (ZOOM-265779). I will follow up with you shortly.

Best,
Will

Hi @will.zoom - wanted to just check in and see if there were further updates on this?

Thanks!

Hi @mattp1,

I can confirm that this is being worked on and is on track to be addressed in our next upcoming release.

Thanks!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.