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

KeyDatatypeRequiredDescription
emailstringThe email address of the user that needs a new verification email.
sendVerifyPasswordEmailstring
applicationIdstringThe Id of the application to be verified.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

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