Send a password reset email to a user
post
Authorizations
defguard_sessionstringRequired
Path parameters
usernamestringRequired
Name of the user.
Responses
200
Password reset email sent.
No content
400
This endpoint does not reset your own password.
401
Session is missing or invalid.
application/json
403
Requires admin privileges.
application/json
404
User not found.
500
Unable to send password reset email.
application/json
post/api/v1/user/{username}/reset_password
No content
Last updated
Was this helpful?