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

# Returns a list of users.

`POST /cc/v1/users`

Optional extended description in Markdown.

## Request body

- UserRequest
  - `id` integer — the id of user
  - `name` string — the username
  - `gid` integer — the gid of user
  - `uid` integer — the uid of user
  - `token` string — the client_token of user
  - `type` string — the type of user, user or system
  - `remarks` string — the uid remarks user
  - `enableFlag` integer — Whether the data is valid
  - `guidCheck` string — true or false
  - `clusterName` string — the clusterName of group

## Response `200`

Detailed User and User information.

- Result
  - `code` string
  - `message` string
  - `result` object

## Other responses

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

---

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