vibo_list_event_users
List the hosts and guests for an event, with optional filtering by user type and pagination controls to manage large attendee lists.
Instructions
List the hosts and guests on an event. With no usersType, returns both groups merged ({hosts, guests, hostsCount, guestsCount}) and limit/skip apply per group; with usersType, returns that one group's page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip, for paging (default 0). | |
| limit | No | Max items to return (default 20). Applies per group when usersType is omitted. | |
| eventId | Yes | Event id. | |
| usersType | No | Filter to only hosts or only guests. |