Reset a user's password
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
email
string
required
password
string
required
password must include at least one lowercase letter, one uppercase letter, and one digit
204
No Content
# ``400 Bad Request
# ``404 Not found
# ``422 Unprocessable Content
Updated 3 months ago
Shell Node Ruby PHP Python
Bearer
Base URL
https://api.dealerware.com/admin/users/password/reset
xxxxxxxxxx
curl --request PUT \
--url https://api.dealerware.com/admin/users/password/reset \
--header 'accept: application/json' \
--header 'content-type: application/json'
Click Try It! to start a request and see the response here!
Or choose an example:
application/json
400404``422
Updated 3 months ago