POST Api/Applicant/RequestPassword?email={email}&url={url}&culture={culture}
Sends the "reset password" e-mail to the matching applicant. Throws HTTP404 if there is no applicant that matches the specified e-mail-address.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
The e-email address of the applicant. |
string |
Required |
|
url |
The current url (used to determine the current portal settings). |
URI |
Required |
culture |
The culture of the applicant. If not specified, the saved culture of the applicant is used. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The URL to reset the password. This URL is usually also available in the e-mail sent to the applicant.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>