# Update password **POST /api/my-account/password** Update password for the user, a logto-verification-id in header is required for checking sensitive permissions. ## 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 Unauthorized ### 403 Permission denied, the verification record is invalid. ### 422 Unprocessable Content [Powered by Bump.sh](https://bump.sh)