Overview
Sends an email request to reset a users password.
Request Arguments
| Name |
Type |
Description |
Required |
|
email
|
String
|
The email of the user.
|
True
|
|
username
|
String
|
The username of the user.
|
True
|
Request
http://{site_url}/rest/v10/password/request?email=admin%40sugar.crm&username=admin
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 |
|
v10
|
Added /password/request GET endpoint.
|