get_following
Fetch user IDs the current user follows on Partiful. Returns a userIds array, distinct from get_followers. Pair with get_users to resolve profiles.
Instructions
Get the user IDs the current user follows on Partiful, as a userIds array. Distinct from get_followers (who follows the current user, not who they follow). Use get_users to resolve these IDs into profiles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Dot-path field names to include in the response. Omit to return all fields. Available fields: userIds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userIds | No |