Back

POST api/v1/Account/ResendActivationLink

Resends user registration activation email.This endpoint will send out the email only if user is registered and email has not been confirmed.

Request Information

URI Parameters

None.

Body Parameters

UserResendActivationLinkBindingModel
NameDescriptionTypeAdditional information
Email

Username i.e. the email address used for registration.

string

Required

ConfirmationCallbackUrl

Confirmation callback url. URL to navigate to after email activation. This field is optional

string

Max length: 250

ActivateViaCallbackUrl

If true activatetion code will be appended to the callbackurl, this is optional and if false or no value found,
activation link will be the default one

boolean

None.

RegistrationApp

For app based email

string

None.

Sample Request

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "ConfirmationCallbackUrl": "sample string 2",
  "ActivateViaCallbackUrl": true,
  "RegistrationApp": "sample string 3"
}

Response Information

Resource Description

string

Sample Response

application/json, text/json

Sample:
"sample string"