Activate user API
Enriched Academy never want's any of it's user to get activated from the system. Although Enriched Academy provides an API to activate the user in any case.
The below API is used to activate the user.
Method: POST
API Reference:
https://www.enrichedacademy.com/apis/v1/activateUsers The below code example shows you how to activate the user.
Required Parameters:
- app_id: (string) (Required)
- secret_key: (string) (Required)
- email: (string | comma separated string) (Required, Max 100 emails per request)
Example Request Code:
NOTE:
This action can not be undone.