vibo_list_event_users
Retrieve the list of hosts and guests for an event. Optionally filter by host or guest type and paginate results.
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. |