---
title: "Attach All Contacts to List"
method: POST
path: "/groups/{company}/{group}/all-contacts"
tags: ["Contact Lists"]
---

# Attach All Contacts to List

`POST /groups/{company}/{group}/all-contacts`

Attach all company contacts to a contact list

## Path parameters

- `company` integer, required
- `group` string, required

## Response `200`

All contacts attached successfully

- object
  - `data` object
    - `id` string
    - `name` string
    - `contact_count` integer
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `meta` object
    - `attached` integer
    - `detached` integer
    - `updated` integer

---

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