Initiate an Email Verification request based on the provided email address
POST/api/management/v1/useradm/auth/verify-email/start
Starts an Email Verification request, sending an email to the user containing a unique, time-based hash which can be used to verify the email address of the user.
Request
Responses
- 202
- 400
- 500
The request has been accepted.
Invalid Request.
Internal Server Error.