# Update password **POST /api/my-account/password** Update password for the user. A logto-verification-id header is required when the user has at least one security verification method: password, primary email, or primary phone. The header can be omitted only when the user has none of these methods and is setting the first password. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Body: application/json (object) - **password** (string) The new password for the user. ## Responses ### 204 The password was updated successfully. ### 400 Bad Request ### 401 Permission denied, verification is required or the verification record is invalid. ### 403 Forbidden ### 422 Unprocessable Content [Powered by Bump.sh](https://bump.sh)