put https://example.com/local-user-store/api/v1/users//password
Set user's password
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
200Password successfully changed
Set user's password
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
200Password successfully changed
xxxxxxxxxx
curl --request PUT \
--url https://example.com/local-user-store/api/v1/users/user_id/password \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!