Forget Password
Trigger the forget password flow for a user.
POST /api/users/admin/forget-password/{email}This endpoint is for admins to manually trigger the forget password process for a user, sending them a password reset email.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
email | string | yes | The email address of the user. |
Response
{
"data": true,
"status": "OK",
"code": 200,
"timestamp": 1234567890,
"meta": {}
}