Skip to Content
🎉 New release with new features and improvements! V0.0.5 Release →

Activate Account

Manually activate a user account by email.

POST /api/users/admin/activate-account/{email}

This endpoint is for admins to activate a user account that has not been activated yet.

Parameters

ParameterTypeRequiredDescription
emailstringyesThe email address of the user to activate.

Response

{ "data": true, "status": "OK", "code": 200, "timestamp": 1234567890, "meta": {} }