Description
I am invoking the webinar API for getting the registrant details but some time I am getting the response for the ‘last name’ in the ‘first name’ appended. When I am generating the registrant report in that section I am seeing the last name and first name properly
Error
No Error
Which App Type (OAuth )?
OAuth
Which Endpoint/s?
https://api.zoom.us/v2/webinars/{webinarId}/registrants/{registrantId}
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Hit the Endpoint
2.Response from API
{
“address”: “”,
“city”: “New Orleans”,
“comments”: “”,
“country”: “US”,
“create_time”: “2020-05-08T15:24:37Z”,
“custom_questions”: ,
“email”: “tushar.bhutada@rudip.com”,
“first_name”: “Tushar b”,
“id”: “confidential”,
“industry”: “”,
“job_title”: “Financial Reporting Manager”,
“join_url”: “confidential”,
“no_of_employees”: “”,
“org”: “POOLCORP”,
“phone”: “”,
“purchasing_time_frame”: “”,
“role_in_purchase_process”: “”,
“state”: “LA”,
“status”: “approved”,
“zip”: “70124”
}
Expected
This is the sample response from the zoom
{
“id”: “***********”,
“email”: “sjfkghdsg@someemail.dfgjd”,
“first_name”: “Jill”,
“last_name”: “Chill”,
“address”: “dsfhkdjsfh st”,
“city”: “jackson heights”,
“country”: “US”,
“zip”: “11371”,
“state”: “NY”,
“phone”: “00000000”,
“industry”: “Food”,
“org”: “Cooking Org”,
“job_title”: “Chef”,
“purchasing_time_frame”: “1-3 months”,
“role_in_purchase_process”: “Influencer”,
“no_of_employees”: “10”,
“comments”: “Looking forward to the Webinar”,
“status”: “approved”,
“create_time”: “2019-02-26T23:01:16.899Z”,
}
*This post has been edited to remove any meeting / webinar IDs