Webinars represent a cached webex event.

GET /api/webinar-attendees/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 4450,
        "name": "",
        "firstName": "",
        "lastName": "",
        "addressType": "",
        "phones": "",
        "email": "",
        "attendee_type": "",
        "contactID": "",
        "joinStatus": "",
        "meetingKey": "",
        "sessionKey": "",
        "language": "",
        "role": "",
        "locale": "",
        "timeZoneID": "",
        "languageID": "",
        "attendeeId": "",
        "confId": "",
        "status": "",
        "syncStatus": "",
        "reminder_sent": false,
        "invited": "",
        "registered": "",
        "rejected": "",
        "accepted": "",
        "user": 322
    }
]