List company managers

Returns the active managers (platform users) for the authenticated company. Deactivated managers are excluded. Results are paginated and can be filtered by role and name.

Pagination: Use page and per_page (default 25, max 100). The response headers X-Total-Count (total matching managers) and X-Page-Count (total pages) make page traversal straightforward.

Filtering: Use role for an exact-match filter on the manager's resolved role name, and name for a case-insensitive partial-match filter on the manager's first/last name. The two filters can be combined.

Query Params
string
required

The API key provided for your application.

string

Exact-match filter on the manager's role (e.g. owner, manager, limited manager, or a custom role name). Matches the same value returned in the role field.

string

Case-insensitive partial-match filter on the manager's first/last name. Must be a string; arrays or other types return 400.

integer
≥ 1
Defaults to 1

Page number (1-based). Defaults to 1.

integer
1 to 100
Defaults to 25

Page size. Defaults to 25, capped at 100.

Responses

401

Missing, invalid, or inactive API key.

500

Internal server error; the response may include an exception message.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json