get_users_party_stats
Fetch events attended and hosted counts for multiple Partiful user IDs in one call, returning stats keyed by each user ID.
Instructions
Get just the party stats (events attended count, events hosted count) for a batch of Partiful user IDs — lighter weight than get_users, which returns full profile info (name, username, profile image) with party stats always baked in as well. Returns statsByUserId, an object of stats keyed by user ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Dot-path field names to include in the response. Omit to return all fields. Available fields: statsByUserId | |
| user_ids | Yes | Array of Partiful user IDs to look up |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| statsByUserId | No |