Get LinkedIn Organization Follower Count
linkedin_get_org_follower_countRetrieves the total number of LinkedIn members following an organization page using the organization ID. Requires admin scope.
Instructions
Get the total number of LinkedIn members following an organization page.
Requires scope: rw_organization_admin
Args:
organization_id (string): Numeric organization ID (e.g., '1234567')
Returns: { "organization_id": string, "follower_count": number }
Examples:
Use when: "How many followers does our company page have?"
Use when: "Compare follower counts across organizations"
Error Handling:
403 if rw_organization_admin scope is missing or you are not an admin of the org
404 if the organization ID does not exist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | Yes | Numeric organization ID (e.g., '1234567') |