Hi Team,
Am using Okta public Web API’s for the Login, MFA setup etc and am facing an issue with sending email verification code through Public API’s and achieving the same.
- Method I used for Enroll Email auth using API,
https://{yourOktaDomain}/api/v1/users/{userId}/factors - Method i used to Activate the same Email auth:
User Factors
I made sure that Email auth MFA has been enrolled for the user, and not sure what method is used to send email to receive the verification code after the successful login after the user is enrolled. I can see the method for verify the email code (User Factors) but not able to find method to send the email to user to recieve the code
Can you please help me get the method (Public API) to send MFA challenge for Email to receive the verification code to the respective users.