Post MFA action possible?

Is it in anyway possible to run some code after user has submitted the OTP from the MFA prompt?

Something similar to the existing “Post login action”, perhaps?

Hi @shubham2,

You can use a Post-Login script to trigger MFA using the api.multifactor.enable() method. Then, within the same or in another script, you can include the code that you want to run.

I suggest checking out our Post Login action script documentation below:

Thanks,
Rueben

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