---
title: "GET /contactGroupDefinitions"
method: GET
path: "/contactGroupDefinitions"
tags: ["ContactGroupDefinition"]
---

# GET /contactGroupDefinitions

`GET /contactGroupDefinitions`

List the contactGroupDefinitions in the account.

## Query parameters

- `api-version` string, required
- `$skipToken` string

## Response `200`

Success

- ContactGroupDefinitionList — Paged list of contactGroupDefinition.
  - `count` integer — Total item count.
  - `nextLink` string — The Url of next result page.
  - `value` ContactGroupDefinition[], required — Collection of items of type results.
    - `contactGroupType` 'Custom' | 'System' — Gets or sets the contact group definition type.
    - `description` string — Gets or sets the description.
    - `friendlyName` string — Gets or sets the friendly name.
    - `name` string — Gets the name.

## Other responses

- `default` — An error response received from the provider.

---

[API](https://skmtc.net/azure/apis/purview-account.md) · [All operations](https://skmtc.net/azure/apis/purview-account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/purview-account/versions/dc51c3b3ddf7/schema)
