Enroll a trainee in Zoom Webinar

Enroll a trainee in Zoom Webinar

Enroll a trainee to a single webinar.

HTTP REQUEST

POST https://app.alphalearn.com/webapi/v1/zoom-webinar-enroll

QUERY PARAMETERS

Field Type Description
id
required
integer The id of the webinar
userID
required
integer The id of the trainee
sendMail integer To send email to trainee or not.
1 – Send email,
0 – Do not send email

Example Response:

200 OK
{
    "success": true,
    "data": {
        "message": "Successfully Enrolled",
        "enrollment": {
            "id": "integer",
            "userID": "integer",
            "webinarID": "integer",
            "occurrence_id": "integer",
            "registrant_id": "string",
            "join_url": "string"
        }
    }
}