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
Key | Datatype | Required | Description |
---|---|---|---|
email | string | The email address of the user that needs a new verification email. | |
applicationId | string | The unique Application Id to used to resolve an application specific email template. | |
sendVerifyEmail | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"oneTimeCode":"\u003cstring\u003e","verificationId":"\u003cstring\u003e"}