Send password reset email
POST/api/v4/users/password/reset/send
Send an email containing a link for resetting the user's password. The link will contain a one-use, timed recovery code tied to the user's account. Only works for non-SSO users.
Permissions
No permissions required.
Request
Responses
- 200
- 400
- 401
- 403
Email sent if account exists
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions