Overview
Sends an email request to reset a Portal user password.
Request Arguments
| Name |
Type |
Description |
Required |
|
username
|
String
|
The username of the user.
|
True
|
Request
http://{site_url}/rest/v11_6/password/resetemail?platform=portal&username=CorrinaStraub39
Note: GET endpoint parameters are passed in the form of a query string.
Response Arguments
| Name |
Type |
Description |
|
Success
|
boolean
|
Returns the result of sending the email.
|
Response
true
Change Log
| Version |
Change |
|
v11_6
|
Added /password/resetemail GET endpoint.
|