When invoked, the user receives an email with a password reset URL to be followed.
For instance:
https://acme.servitly.com/password-reset/c7be1078-01b8-4621-a1ef-ae0f1ae7d15a
Note that the last part of the URL (c7be1078-01b8-4621-a1ef-ae0f1ae7d15a) represents the token required by the resetPassword and validateUserPassword API.
The token has a duration of 1 hour.
For security reasons wrong email addresses are ignored, and the API does not fail.
The name of the target tenant (e.g. acme).
The target email where to send the reset password link.
The address of the user to whom the password reset email should be sent.
Reset successful triggered.
Request data not valid.
The error response.
User not authenticated.
The error response.
User not authorized.
The error response.
API call rate limit exeeded.
The error response.
Internal server error.
The error response.