# Change Password

> Change the password used by a client profile to authenticate and access client-facing trading services.

Source: /admin/accounts-funding/client--profiles/accounts-service_-profile-change-password

## `PUT /profiles/change-password`

**Change Password**

Change the password used by a client profile to authenticate and access client-facing trading services.

Tags: `Client Profiles`

### Request body

Sets a new password for the given profile.

**Content-Type:** `application/json`

Sets a new password for the given profile.
- `id` (string)
- `newPassword` (string)


### Responses

#### `200` — A successful response.

**Content-Type:** `application/json`

Empty response payload returned by RPCs that have no data to return.
`object`

#### `default` — An unexpected error response.

**Content-Type:** `application/json`

- `code` (integer)
- `message` (string)
- `details` (array)
  - items:
    - `@type` (string)

