I am trying to get the attendees,registrations,questions,etc details from event id through ee json rest api. http://v2.iregister.ie/wp-json/ee/v4.6/events/638/attendees
But it gives me below error :
[{“code”:”json_attendees_cannot_list”,”message”:”Sorry, you are not allowed to list attendees related to Attendee. Missing permissions: ee_read_contacts”}]
It turns out Attendees (contacts) are protected custom post type models and requires authentication. You can gather some information about authentication in the JSON API developer documentation:
The support post ‘get attendees details based on eventid through json rest api’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.