Reset Password
POST/users/:user_id/reset-password
Reset a user's password. Platform admin access only.
Sets a new password hash for the user directly — no current-password confirmation, since this is an admin action rather than a self-service change. Returns 404 if the user does not exist, 403 if the caller is not a platform admin, 422 if the new password is under 8 characters, and 409 if the user authenticates externally (SSO) and so has no local password to reset.
Request
Responses
- 200
- 403
- 404
- 409
- 422
Successful Response
Forbidden
Not Found
Conflict
Unprocessable Entity