v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Invitees

List Session Invitees

Returns the list of Invitees (co-hosts and panelists in phase 1 and also invited attendees in subsequent phases) of a given Webinar Session. An implicit record created for a Webinar 'Host' is always returned.

get/webinar/configuration/v1/webinars/{webinarId}/sessions/{sessionId}/invitees

Query parameters

perPageinteger

The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied

pageTokenstring

The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned.

Response

Successful response

Example response

{
  "records": [
    {
      "id": "78654321",
      "firstName": "John",
      "lastName": "Doe",
      "email": "john.doe@example.com",
      "jobTitle": "Product Manager",
      "role": "Panelist",
      "joinUri": "https://v.ringcentral.com/w/join/de7yd8ew7yfsdfjh899843rgj"
    }
  ],
  "paging": {
    "perPage": 100
  }
}