---
title: "Updates company managers config"
method: PUT
path: "/v2/companies/{companyId}/managers-config"
tags: ["Companies"]
---

# Updates company managers config

`PUT /v2/companies/{companyId}/managers-config`

This endpoint stores company managers config (account managers and customer success managers) for the company at different entity levels.

## Query parameters

- `companyRole` 'ORG' | 'TMC' | 'PARTNER_TMC' | 'HR_FEED_CONNECTOR' | 'TRIPS_DATA_CONNECTOR' | 'GLOBAL', required — Role of the company.

## Request body

- CompanyManagersConfig — Configuration for company managers (account managers and customer success managers).
  - `accountManagers` CompanyManagerInfo[] — List of detailed account manager information
    - `id` string, uuid, required — User ID of the manager
    - `fullName` string — Full name of the manager
    - `email` string — Email address of the manager
    - `profilePictureUrl` string — URL to the manager's profile picture
    - `isActive` boolean — Whether the manager is active
  - `customerSuccessManagers` CompanyManagerInfo[] — List of detailed customer success manager information
    - `id` string, uuid, required — User ID of the manager
    - `fullName` string — Full name of the manager
    - `email` string — Email address of the manager
    - `profilePictureUrl` string — URL to the manager's profile picture
    - `isActive` boolean — Whether the manager is active

## Response `200`

OK

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

[API](https://skmtc.net/spotnana/apis/company-api.md) · [All operations](https://skmtc.net/spotnana/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/company-api/revisions/fc09f0cd1f4d/schema)
