Resend Activation Email
Resend the activation email to a user.
POST /api/users/admin/resend-activation-email/{email}This endpoint is for admins to resend the activation email to a user if they didn’t receive it or it expired.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
email | string | yes | The email address of the user. |
Response
{
"data": true,
"status": "OK",
"code": 200,
"timestamp": 1234567890,
"meta": {}
}