---
title: "Add a company member"
method: POST
path: "/companies/{companyId}/members"
tags: ["Company"]
---

# Add a company member

`POST /companies/{companyId}/members`

Link a contact to this company. `migrateTickets` opts into re-stamping the
contact's existing conversations onto this company — off by default, since
the stamp records which company a past conversation was had with.

## Path parameters

- `companyId` string, required

## Headers

- `project` string, required

## Request body

- object
  - `migrateTickets` boolean
  - `sessionId` string, required

## Response `200`

Ok

- object
  - `migrationTruncated` boolean, required
  - `migratedConversations` number, double, required

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/revisions/93af2e90fb6a/schema)
