Hello, I’m currently testing an integration with the set of zoom scheduler api’s endpoints. I’ve setup a Server-to-Server OAuth app through zooms application marketplace.
The integration tests and functionality have worked well with the exception of retrieving the scheduled event attendee (get /scheduler/events/{eventId}/attendees/{attendeeId}) for events outside of my account(admin/developer).
In testing in postman I’m able to retrieve the list schedule events under my acoount and the other users on the account using the get/scheduler/events/{eventId} with the addition of the user_id parameter.
I’m able to retrieve the attendee information in the JSON object returned with the schedule event but when I use the parameters of eventid and attendeeid to get the extra fields offered specifically in the (get /scheduler/events/{eventId}/attendees/{attendeeId}) endpoint I get a 404 error. The 404 error happens only for the users on the account outside of my admin/developer account.
The specific fields I’m looking to retrieve for integration are the additional optional questions that can be added to a booking page that flow through to be added to scheduled event. Those fields are returned in the JSON custom_values object in the (get /scheduler/events/{eventId}/attendees/{attendeeId}) endpoint.
Any guidance would be appreciated. I can produce any further documentation that may be needed to help solve my issue.