How to manage MFA methods

Hi!
I have a requirement to enable the MFA for particular users and change the list of available methods. For example for one user enable only otp methods; for another only sms; for the third user sms, otp and email and for the fourth do not enable MFA at all. I found out how to enable MFA by calling api.multifactor.enable('any') in custom action, which is called in Login flow. But is it possible to change the list of available MFA methods in this action? ? Or how should I implement this requirement with auth0?