Skip to main content

Update Password

POST 

/api/users/updatepassword

Tier: Internal — subject to change without notice.

Updates the caller's own password, verifying the supplied current password.

Id must equal the authenticated caller's id — this endpoint cannot be used to change another user's password. Logs a PasswordChange authentication event on success.

Request

Responses

The user whose password was changed. See User.UserDetailDto.