update User Verify Email

PUT {{baseUrl}}/api/user/verify-email?email=<string>&applicationId=<string>&sendVerifyEmail=<string>

Re-sends the verification email to the user. OR Re-sends the verification email to the user. If the Application has configured a specific email template this will be used instead of the tenant configuration. OR Generate a new Email Verification Id to be used with the Verify Email API. This API will not attempt to send an email to the User. This API may be used to collect the verificationId for use with a third party system.

Request Params

KeyDatatypeRequiredDescription
emailstringThe email address of the user that needs a new verification email.
applicationIdstringThe unique Application Id to used to resolve an application specific email template.
sendVerifyEmailstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;oneTimeCode&quot;:&quot;\u003cstring\u003e&quot;,&quot;verificationId&quot;:&quot;\u003cstring\u003e&quot;}