> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verify-group.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Change password

> Change the authenticated user's password by supplying the current password and a matching confirmation of the new password for verification.

<ParamField header="X-Tenant-ID" type="string" required>
  Tenant identifier
</ParamField>

<ParamField body="currentPassword" type="string" required>
  Current password
</ParamField>

<ParamField body="newPassword" type="string" required>
  New password (min 8 chars, must include uppercase, lowercase, number, special char)
</ParamField>
