Forgot Password
- Print
- DarkLight
- PDF
Forgot Password
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/api/v1/users.forgotPassword
Send an email to reset your password. Ensure that you have completed the configuration of the email; otherwise, your users will not receive the mail normally. Access this from Administration > Workspace > Email inboxes.
Changelog
Version | Description |
---|---|
0.64.0 | Added |
Body parameters
Example 1
{
"email": "[email protected]"
}
object
Responses
200
Success Example
{
"status": "success"
}
object
status
string
400
Bad Request
Example 1
{
"success": false,
"error": "The 'email' param is required"
}
object
success
boolean
error
string
Was this article helpful?