v70

latestOpenAPI 3.0.0EUPLraw.githubusercontent.com2026-08-031426201.0 MB
Users

Change password

Updates a user's password

post/api/users/{userId}/password

Path parameters

userIdstring required

Request body

currentPasswordstring required

The current password of the user.

newPasswordstring required

The new password for the user.

Example request

{
  "currentPassword": "oldPassword123",
  "newPassword": "newSecurePassword456"
}

Response

Password updated successfully