POST /_system/passwordreset/request
Request a password reset token via email
Request a password reset token via email
Key | Type | Example | Description |
---|---|---|---|
email required | string |
"example-string"
|
|
username optional | string |
"example-string"
|
{
"success": true
}
{
"success": false,
"error": "ERROR_KEY"
}
permission | description |
---|---|
*public |
No authentication required - public endpoint |
Back to Password Reset Return to the Password Reset category to view other endpoints All API Categories Browse all available API categories