GET {{baseUrl}}/meetings/:meetingId/registrants/:registrantId
Retrieve details on a specific user who has registered for the meeting. A host or a user with administrative permissions can require registration for Zoom meetings. Prerequisites:
* The account must have a Meeting plan Scopes: Rate Limit Label: meeting:read:admin
,meeting:read
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"email": "<email>",
"first_name": "<string>",
"id": "<string>",
"address": "<string>",
"city": "<string>",
"comments": "<string>",
"country": "<string>",
"custom_questions": [
{
"title": "<string>",
"value": "<string>"
},
{
"title": "<string>",
"value": "<string>"
}
],
"industry": "<string>",
"job_title": "<string>",
"last_name": "<string>",
"no_of_employees": "5,001-10,000",
"org": "<string>",
"phone": "<string>",
"purchasing_time_frame": "4-6 months",
"role_in_purchase_process": "Influencer",
"state": "<string>",
"status": "denied",
"zip": "<string>",
"create_time": "<dateTime>",
"join_url": "<string>",
"participant_pin_code": "<long>"
} |
ENDPOINTS