LinkedIn: Endorse skill
linkedin_endorse_skillEndorse one skill on a LinkedIn relation. Resolve member_id first, fetch that profile with linkedin_skills, and reuse the exact returned endorsement skill_id; never pass a skill name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_id | Yes | Exact endorsement skill ID from the member profile's linkedin_skills section; not the display name. | |
| member_id | Yes | Exact LinkedIn member profile ID returned by the profile resolver; not a URL/name. | |
| 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. |