Our requirement - we have a .NET Web Api through which we need to send verification emails with verification code whenever user updates their email address (primary email address). Then the user needs to put in the verification code and email address should be verified. We did some analysis but, couldn’t find the correct OKTA API to achieve this functionality.
Is there APIs for this? If not, how can we achieve this?