Reset Password
POST/api/users/resetpassword
Tier: Internal — subject to change without notice.
Administratively resets another user's password.
Requires User.Update permission rather than the target's current password. Records password history and logs a PasswordChange authentication event on success.
Request
Responses
- 200
- 400
- 401
- 403
The user whose password was reset. See User.UserDetailDto.
Unknown id — NotFound; or NewPassword fails the tenant's password policy — InvalidOperation/"NewPassword".
Caller is not authenticated.
Caller does not have Update permission on the User module.