Toggle Navigation
Sidebar

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:
  1. app_id: (string) (Required)
  2. secret_key: (string) (Required)
Optional Parameters:
  1. email: (string|comma seprated string) (Optional)
  2. limit: (int) (Optional) Default: 100, Max Data in one request: 10000
  3. 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.