Skip to main content

Change password for a user

POST 

https://us.app.unleash-hosted.com/ushosted/api/admin/user-admin/:id/change-password

Change password for a user as an admin

Request

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L 'https://us.app.unleash-hosted.com/ushosted/api/admin/user-admin/:id/change-password' \
-H 'Content-Type: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
-d '{
"password": "k!5As3HquUrQ",
"oldPassword": "Oldk!5As3HquUrQ",
"confirmPassword": "k!5As3HquUrQ"
}'
Request Collapse all
Base URL
https://us.app.unleash-hosted.com/ushosted
Auth
Parameters
— pathrequired
Body required
{
  "password": "k!5As3HquUrQ",
  "oldPassword": "Oldk!5As3HquUrQ",
  "confirmPassword": "k!5As3HquUrQ"
}
ResponseClear

Click the Send API Request button above and see the response here!