---
title: "Insert Contact Group"
method: POST
path: "/api/v1/Contacts/insertgroup"
tags: ["Contacts"]
---

# Insert Contact Group

`POST /api/v1/Contacts/insertgroup`

## Headers

- `Time-Stamp` string, required
- `Time-Signature` string, required
- `User-Token` string, required
- `Client-Token` string, required

## Request body

- PeakAPIsLibraryModelRequestContactsContactsInsertGroupModel
  - `peakGroupContact` PeakAPIsLibraryModelRequestContactsContactsInsertGroupModelPeakGroupContactsModel
    - `id` string, required — The Unique Identifier will generated by PEAK for referencing the contact group
    - `name` string — Name of the contact group
    - `contactList` PeakAPIsLibraryModelEcoSystemRequestContactsContactIdentifier[]
      - `id` string, required — The Unique Identifier will generated by PEAK for referencing the contacts
      - `code` string — Code of the contact that will be displayed in PEAK

## Response `200`

Success

- PeakAPIsLibraryModelResponseContactsResponseInsertContactGroupModel
  - `peakContacts` PeakAPIsLibraryModelResponseContactsAPIInsertContactGroupModel
    - `resCode` string
    - `resDesc` string
    - `contactGroupId` string
    - `contactGroupName` string
    - `contactList` PeakAPIsLibraryModelResponseContactsAPIInsertContactGroupModelContactIdentifier[]
      - `id` string
      - `code` string
  - `eventType` string
  - `apiType` string

---

[API](https://skmtc.net/peakaccount/apis/peakapis-core.md) · [All operations](https://skmtc.net/peakaccount/apis/peakapis-core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peakaccount/peakapis-core/versions/516e79534d77/schema)
