update User Verify Registration
PUT {{baseUrl}}/api/user/verify-registration?email=<string>&sendVerifyPasswordEmail=<string>&applicationId=<string>
Generate a new Application Registration Verification Id to be used with the Verify Registration 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. OR Re-sends the application registration verification email to the user.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
email | string | The email address of the user that needs a new verification email. | |
sendVerifyPasswordEmail | string | ||
applicationId | string | The Id of the application to be verified. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"oneTimeCode":"\u003cstring\u003e","verificationId":"\u003cstring\u003e"}