---
title: "Change enterprise user password"
method: PUT
path: "/api/user/changePassword"
tags: ["Users"]
---

# Change enterprise user password

`PUT /api/user/changePassword`

## Request body

- CredentialRequest
  - `password` string, password, required

## Response `200`

Success

- CredentialResponseEventResultWithResponse
  - `processedSuccessfully` boolean
  - `processMessage` string, nullable
  - `response` CredentialResponse
    - `actionPerformedBy` string, nullable
    - `autoGeneratePassword` boolean
    - `isExpired` boolean
    - `userName` string, nullable

---

[API](https://skmtc.net/medrio/apis/medrio-openapi-v-42-14-0-201.md) · [All operations](https://skmtc.net/medrio/apis/medrio-openapi-v-42-14-0-201/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/medrio/medrio-openapi-v-42-14-0-201/revisions/df94f6005a8d/schema)
