---
title: "List Company Managers"
method: GET
path: "/v1/company-managers"
tags: ["Company Managers"]
---

# List Company Managers

`GET /v1/company-managers`

List all company managers of an integration. If filtered by the company_id param,
it lists only company managers belonging to the specified company.


## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage company resources (`company_admin`) | View managers (`company_manager:read`) | Manage managers (`company_manager:write`) |

## Query parameters

- `company_id` string
- `page` integer
- `page_size` integer

## Headers

- `Authorization` string, required

## Response `200`

Success

- CompanyManagersResponse — Response schema listing many company_managers
  - `data` object
    - `company_managers` CompanyManager[]
      - `company_id` string, required — Company ID
      - `role` string, required — Company Manager role.
      - `user_email` string, required — User Email
      - `user_id` string, required — User ID
      - `user_name` string, required — User's name
    - `current_page` integer — The current page among all of the total_pages
    - `total_count` integer — The total number of records in the result
    - `total_pages` integer — The total number of pages the user can go through

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too many requests

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
