vibo_list_event_users
List hosts and guests on an event, optionally filtering by host or guest type. Use counts to see group sizes, and paginate results per group or for a filtered page.
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). | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Vibo's payload untouched. No field projection: this server has no verified record of which Vibo fields matter, and inventing one would risk dropping a field a caller needs. | |
| 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. |