LinkedIn: Submit company member OTP
linkedin_submit_company_member_otpComplete LinkedIn company-member verification. Reuse the same email and exact challenge_id returned by linkedin_verify_company_member_email, and submit only the real user-provided code; never invent or loop over codes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Actual verification code received by the user. Never invent. | |
| Yes | |||
| product | Yes | classic | |
| 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. | |
| company_id | Yes | Exact LinkedIn company ID from company search/profile resolution; never use company name or slug unless a resolver explicitly converts it. | |
| challenge_id | Yes | Exact challenge_id returned by linkedin_verify_company_member_email. |