# Interface: IUpdatePasswordRequest

Update the current user's password.

## Properties

### body {#body}

> **body**: `object`

The body of the request.

#### currentPassword

> **currentPassword**: `string`

The current password for the user.

#### newPassword

> **newPassword**: `string`

The new password for the user.
