POST /_system/passwordreset/request
Request a password reset token via email
Request a password reset token via email
| Key | Type | Example | Description |
|---|---|---|---|
| username required | string |
"example-string"
|
Username of the account
|
| email required | string |
"user@example.com"
|
Email address of the account
|
| host required | string |
"example-string"
|
Host URL for the reset link
|
{
"msg": "ok"
}
{
"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