---
title: "Attach / Link a client / contact persons profile as a chatterbox participant"
method: PUT
path: "/chat/conversations/{conversation_id}/chatterbox-profile/client"
tags: ["Conversation Chatterbox Profiles"]
---

# Attach / Link a client / contact persons profile as a chatterbox participant

`PUT /chat/conversations/{conversation_id}/chatterbox-profile/client`

## Path parameters

- `conversation_id` string, required

## Headers

- `Authorization` string, string, required
- `Context` string, string, required
- `Accept` 'application/json', required
- `X-Accept-Timezone` string

## Request body

- object
  - `entity_id` string, required
  - `contact_person_id` string

## Response `201`

The response after a chatterbox profile has been added to a conversation

- object
  - `_id` string, required
  - `entity_id` string, required
  - `entity_type` 'client', required
  - `contact_person_id` string

## Other responses

- `400` — Conversation Chatterbox Profile validation response definition
- `401` — Failed to authenticate the user making the request
- `403` — Permission denied error
- `404` — Resource not found
- `409` — Failed when some conflicts occurred with the data
- `412` — Failed some pre condition on business logic
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
