LinkedIn: List following
linkedin_list_followingList LinkedIn users followed by the connected account owner. Prefer user_id='me'; provider availability may restrict following data for other users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | ||
| user_id | Yes | Use 'me' for the connected account owner, otherwise an exact stable LinkedIn system user ID returned by a profile/person resolver. Never pass a name or profile URL. LinkedIn system user ID: Stable LinkedIn/Unipile user id, commonly ACo... for Classic profiles. Obtain with: linkedin_get_profile_from_url(profile_url) -> result.id; linkedin_get_profile(user_id_or_public_identifier) -> result.id; linkedin_search_people(...) -> selected result.id Never pass: full linkedin.com/in/... URL, person name, company ID. | me |
| account_id | No | Optional Nilyo connection ID (unipile_account_id from list_connected_accounts). Omit when the user has one account for this provider. When several exist, Nilyo never guesses: list them (display name, identifier, provider user ID), choose the one the user named or ask, and pass its ID here. |