---
title: "Returns a list of groups."
method: POST
path: "/cc/v1/groups"
tags: ["Groups"]
---

# Returns a list of groups.

`POST /cc/v1/groups`

Optional extended description in Markdown.

## Request body

- Group
  - `id` integer — the id of group
  - `name` string — the groupName
  - `groupType` string — the type of group
  - `subsystemId` integer — the systemId of group
  - `subsystemName` string — the systemName of group
  - `remarks` string — the uid remarks user
  - `enableFlag` integer — Whether the data is valid
  - `departmentId` string — the departmentId of group
  - `departmentName` string — the departmentId of group
  - `clusterName` string — the clusterName of group
  - `rmb_dcn` string
  - `rmb_idc` string
  - `service_id` integer

## Response `200`

Detailed group and group information.

- Group
  - `id` integer — the id of group
  - `name` string — the groupName
  - `groupType` string — the type of group
  - `subsystemId` integer — the systemId of group
  - `subsystemName` string — the systemName of group
  - `remarks` string — the uid remarks user
  - `enableFlag` integer — Whether the data is valid
  - `departmentId` string — the departmentId of group
  - `departmentName` string — the departmentId of group
  - `clusterName` string — the clusterName of group
  - `rmb_dcn` string
  - `rmb_idc` string
  - `service_id` integer

## Other responses

- `401` — Unauthorized
- `404` — url to get allGroups not found.

---

[API](https://skmtc.net/webankfintech/apis/mlss-cc-api.md) · [All operations](https://skmtc.net/webankfintech/apis/mlss-cc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/webankfintech/mlss-cc-api/versions/615a549c16f7/schema)
