Sends an email so that the user can reset their password
POST https://api.yourpayroll.com.au/api/v2/ess/security/forgottenpassword
The request body takes a complete RecoverPasswordModel resource, containing the following writable properties:
{
"messageType": "string",
"username": "string"
}
Name | Type | Description |
---|---|---|
messageType | string |
MessageTypeEnum
Possible values are:
|
username | string |
Required |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |