get_users
Fetch Partiful user profiles by ID to get names, usernames, profile images, and party stats. Use when full profile details are needed, not just event counts.
Instructions
Fetch Partiful user profiles by their IDs. Returns per-user name, display name, username, and profile image, with party stats (events attended/hosted) baked into every response. Use get_users_party_stats instead if you only need attended/hosted event counts, not full profile info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Dot-path field names to include in the response. Omit to return all fields. Available fields: users, users.displayName, users.id, users.name, users.profileImageUrl, users.username | |
| user_ids | Yes | Array of Partiful user IDs to look up |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| users | No |