action gov_get_action_organization_follower_list { label: "Get users following an organization" description: "Return a list of users that are following a given organization" provider: gov method: GET path: "/action/organization_follower_list" encoding: json input: { type: "object" properties: { id: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }