Get all Users
This API allows you to fetch all the users you have enrolled in your Enriched Academy account.
Method: POST
API Reference:
https://www.enrichedacademy.com/api/v2/getUsers
Required Parameters:
- app_id: (string) (Required)
- secret_key: (string) (Required)
Optional Parameters:
- email: (string|comma seprated string) (Optional)
- limit: (int) (Optional) Default: 100, Max Data in one request: 10000
- offset: (int) Default: 0 (Optional)
Example Request Code:
Expected JSON Response:
If all of the details are valid, then you will receive a JSON response like this:
Error Handling:
In case of some authentication error, then you will get a response like this. Also note that the message depends on the type of authentication failure occured.