When adding a registrant to a meeting, documentation says that we should expect a response that looks like this (notice the “id” node contains a numerical value):
When retrieving the list of registrants for a given meeting, documentation says we should expect a response like this (notice the “id” node contains a string value):
In the first example, the idis the meeting id. In the 2nd example, id is the registrant id, however I see in the documentation example that the string length differs from the registrant_id in the first example. It may be a length range that is acceptable for registrant id, but need to confirm that with the webinar team.