Reset User Password API Definition
The Reset User Password API lets you send a password reset email to the user.
Reset User Password Request and Response
To reset a password for a user, send a POST request to /v2/users/{username}/reset_password
,
where {username}
is the User ID of the user who needs a password reset.
The response contains the 204
status code that indicates a password reset
email was sent to the user.
REST 2.0 URL
Reset User Password Endpoint Address
Vectara exposes a REST endpoint at the following URL to reset a user's password:https://api.vectara.io/v2/users:username/reset_password
The API Reference shows the full Reset User Password REST definition.