Invite learner to academy API

Invite learner to academy API

Description: To invite a learner to your academy.
Request URL: /api/v4/<orgId>/addCourseAttendee.json (How to get my <orgId>?)
Method: POST
OAuth Scope: TrainerCentral.userapi.CREATE
Request Parameters:
{
      "courseAttendee": {
      "email": <Learner's email>
      "firstName": <Learner's First Name>
      "lastName": <Learner's Last Name>
      "password": <Password for your learner's account>
            }
}

Parameter Description:
password : This parameter is optional and needs to be entered only if you've created a password for your learner.
    • Related Articles

    • List of all TrainerCentral APIs

      Getting Started Get Oauth token API Course APIs Create chapter API Edit chapter API Create course API Edit course API Create lesson API Edit lesson API Create assignment API Delete lesson/live workshop/assignment API Delete chapter API Delete course ...
    • Invite learner to course API

      Description: To invite a learner to your course. Request URL: /api/v4/<orgId>/addCourseAttendee.json (How do I get my orgId?) OAuth Scope: TrainerCentral.userapi.CREATE Method: POST Request Parameters: { "courseAttendee": { "email"         : ...
    • Invite existing learners to your courses and live workshops

      To invite existing learners to the specific course or live workshop, a user with Super Admin or Admin privileges can follow the steps below To invite learners Navigate to the Users tab in the left pane. Select the Learners tab. You can invite them ...
    • Track a learner's progress

      To monitor an individual learner's enrollment and report, a user with Super Admin or Admin privileges can follow the steps below. If you want to view the consolidated report of all learners' performance in a specific or all courses, refer to this ...
    • Delete learner API

       Description: To delete the learner. Request URL: /api/v4/<orgId>/portalMembers/<portalMemberId>.json (How do I get my <orgId>?) Method: DELETE OAuth scope: TrainerCentral.presenterapi.DELETE