Skip to main content
POST
/
users
/
{username}
/
resetPassword
Create reset password
curl --request POST \
  --url https://api.quivo.co/users/{username}/resetPassword
This response has no body data.

Path Parameters

username
string
required

The username for the user account.

Response

Bad request - the request payload is invalid, missing required fields, or contains invalid data.