Toggle Navigation
Sidebar

Total Registered Users API

Enriched Academy provides you the exact number of users registered into Enriched Academy from your domain.

Get total registered users

The below API is used to get the count of all the users registered into Enriched Academy from your domain.

Method: POST
API Reference:
https://www.enrichedacademy.com/apis/v1/getTotalUsersRegistered

You can get the total number.

Required Parameters:
  1. app_id: (string) (Required)
  2. secret_key: (string) (Required)
Example Request Code:
            
        
Expected JSON Response:

To fetch the total number users you need to pass the app_id and secret_key. A sample JSON response and explanation of the keys is given below :

            
        
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.