List all user groups / attendee groups (Legacy Version)
1 min
List all user / attendee groups
List all user / attendee groups in a specific event
GET
https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/attendee_groups
curl --location -g --request GET 'https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/attendee_groups' \
--header 'Brella-API-Access-Token: String' \
--header 'Accept: application/vnd.brella.v4+json' \
--header 'Content-Type: application/json'Note:
- The current response returns the associated attendees for each group. This will be removed soon for performance considerations.