Get all Users API
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/apis/v1/getAllUsers
The following example shows how to fetch All Users:
Required Parameters:
- app_id: (string) (Required)
- secret_key: (string) (Required)
Optional Parameters:
- 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 occurred.