---
title: "MyCompany"
method: PATCH
path: "/companies/me"
tags: ["MyCompany"]
---

# MyCompany

`PATCH /companies/me`

## Headers

- `Api-Version` 2, required
- `Api-Application` string, required
- `Api-Company` string, required
- `Api-Branding` string

## Request body

- object
  - `name` string
  - `country` string
  - `defaultUserInviteLanguage` string
  - `appOwnerName` string, nullable
  - `branding` object, nullable
    - `name` string, nullable
    - `theme` object, nullable
      - `primaryColor` string
      - `primaryTextColor` string
      - `accentColor` string, nullable
      - `accentTextColor` string, nullable
      - `headerColor` string, nullable
      - `headerLineColor` string, nullable
      - `menuColor` string, nullable
      - `menuTextColor` string, nullable
      - `pageColor` string, nullable
      - `pageTextColor` string, nullable
      - `cardColor` string, nullable
      - `cardTextColor` string, nullable
      - `logoHasBackgroundColor` boolean
      - `logoOnHeaderColorSpec` string, nullable
    - `appleTouchIcon` string, nullable
    - `favicon` string, nullable
    - `logo` string, nullable
    - `logoDark` string, nullable
    - `landingPageComponentTemplate` object, nullable
      - `publicId` string
    - `custom` object
  - `customTermsOfUse` 'sector' | 'company' | 'disabled'
  - `customPrivacyStatement` 'sector' | 'company' | 'disabled'
  - `custom` object

## Response `200`

Success response

- object
  - `status` string, required
  - `type` string, required
  - `data` object, nullable, required

## Other responses

- `4XX` — 4XX error response

---

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