Registrants
Get Registrant
Returns a Registrant 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}/registrants/{registrantId}
Path parameters
sessionIdstring required
Identifier of the Session.
registrantIdstring required
Identifier of the Session Registrant
Query parameters
includeQuestionnaireboolean
Indicates if registrant's "questionnaire" should be returned
Response
Successful response
Example response
{
"id": "78654321",
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@example.com",
"joinUri": "https://v.ringcentral.com/w/a/join/iuyef77fsj473wn10ashjfk34",
"cancellationUri": "https://abcde12345.webinar.ringcentral.com/register?jlt=iuyef77fsj473wn10ashjfk34&action=cancel",
"questionnaire": [
{
"questionId": "123456789"
}
]
}