Reputation: 411
I am currently trying to manage some analytic's between multiple API's including eventBrite. Is there a way to make a request such as
https://www.eventbriteapi.com/v3/users/
to pull all users that are associated with eventBrite?? I am familiar that this is common with other RESTful API's.
Thanks!
Upvotes: 0
Views: 639
Reputation: 121
We don't have an endpoint for pulling all users on our platform. You can GET all organizers under a specific User with http://www.eventbrite.com/developer/v3/endpoints/users/#ebapi-get-users-id-organizers.
All of our User endpoints can be found here http://www.eventbrite.com/developer/v3/endpoints/users/#ebapi-users
Upvotes: 1