A company's public roster
company_rosterThe company page's public roster in one call: the people listed as employees and the people listed as moderators, exactly as the company page renders them to any visitor.
Use this — not company_employees / company_admins — whenever you want
to read someone else's roster. Those two are scoped to self-or-admin, so
an outsider gets an empty list from them and cannot tell "nobody works
here" apart from "you may not see who does". This endpoint is the part of
the page that is already public, and nothing more: no join requests, no
ex-employees, no write verbs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Numeric id of the company. |