Get Academy Learners API

Get Academy Learners API

Description: To fetch the list of learners enrolled in the academy.

Request URL<domain>/api/v4/<orgId>/portalMembers.json?limit=10&si=0&type=5 (How do I get my OrgID?)
 
Method: GET
 
OAuth scope: TrainerCentral.presenterapi.READ
 
Parameters:

KeyNameDataTypeSampleID
limit
 int
10
type
int
5
si
int0


Parameters description:


si (start index) - This indicates where the list should start, whether at 0 or any other position.
type=5 - This indicates that the URL will fetch only the learners.
limit - The number of learners you want to fetch in a single instance, and the default limit value is 20.