Minctrl Docs

List company members

GET
/companies/{company_id}/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
Defaultfalse

Response Body

application/json

application/json

curl -X GET "https://example.com/companies/string/members"
null
Empty
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}