Reset a user's password (admin)
POST/api/admin/reset-password
Sets another user's password on their behalf (an admin-initiated reset). System administrators only; the new password still has to meet the strength policy. Pass isTemporary to force a change at next login. The plaintext password is never logged, only who reset whom.
Request
Responses
- 200
- 400
- 403
- 404
- 500
Password reset.
Missing fields or weak password.
Caller is not a system administrator.
Target user not found.
Reset failed.