get
https://company_subdomain.talkpush.com/api/talkpush_services/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.
401Missing, invalid, or inactive API key.
500Internal server error; the response may include an exception message.
