ResetPassword¶
Use this endpoint to start the password recovery process for an organization user.
The endpoint sends a password reset email to the email address registered for the user identified by logonId. It does not require a form token, captcha, or email address in the request. A successful request has no response body.
Required Scope¶
login
Parameters¶
| Parameter Name | Description |
|---|---|
apiKey | A unique key used to authenticate and authorise the calling system. |
logonId | The user's organization login ID. |
culture | Optional culture used for the password reset email. |
Example Call¶
1 2 3 4 5 6 7 | |
1 | |
If culture is omitted, the default culture is used.