API Reference

Triggers the forgot password workflow for a user (first step in the forgot password process).

***If a user does not require security questions to be answered when resetting their password,
only the actionTaken and actionTakenCode are returned:

{
"actionTaken": "string",
"actionTakenCode": "string"
}

HTTP Status Code 400 Error Codes (error property):

MissingPropertyValue - Missing property value(s).

HTTP Status Code 403 Error Codes (error property):

InvalidAccountTypeDirectoryServices - The account type of the specified user does not contain a password and therefore; does not allow resetting a password.

Language
URL
Click Try It! to start a request and see the response here!