post https://sandbox.datamotion.com/SMCApi/v3/account/password/forgot
Triggers the forgot password workflow for a user (first step in the forgot password process). This process is completed by using the Reset Password function after this one. ***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.