Reset a user's password to a random value and email it to them (Admin role required)
POST/api/user/:userId/password/reset
Reset a user's password to a random value and email it to them (Admin role required)
Request​
Responses​
- 200
- 403
- 409
- 500
Password reset and email sent
Admin role required
Email delivery is disabled or SMTP is not configured, so the reset was refused
Password was rotated but the email could not be delivered; the user is effectively locked out