Registration Management
Get Registration Session Info
Returns a registration Session information by ID.
A caller must be an authorized user: either a host of the webinar or an IT Admin: a user from host's account with "WebinarSettings" permission.
get/webinar/registration/v1/sessions/{sessionId}
Path parameters
sessionIdstring required
Identifier of the Session.
Response
Successful response
Example response
{
"id": "123456789",
"registrationStatus": "Open",
"registrationPageUri": "https://abcde12345.webinar.ringcentral.com/register",
"brandingDescriptorUri": "https://abcde12345.webinar.ringcentral.com/branding",
"registrantCount": 10,
"hasRealRegistrants": true
}