API ReferenceMembers
List company members
List members of the company. Active-only by default; pending
invitees included via ?include_pending=true for admins building a
Team page.
Requires a valid bearer token and membership of the company (any role).
Company-scoped to the company_id in the path.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
company_id*Company Id
Query Parameters
include_pending?Include Pending
Default
falseResponse Body
application/json
application/json
curl -X GET "https://example.com/companies/string/members"nullEmpty
Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}