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

# Returns a list of users.

`GET /cc/v1/users/myUsers`

Optional extended description in Markdown.

## Query parameters

- `clusterName` string

## Response `200`

Detailed User and User information.

- UserList
  - `userList` User[]
    - `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

## Other responses

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

## Changes

- **2026-07-17** `615a549c16f7` — 1 info
  - added the new optional `query` request parameter `clusterName`
- **2020-12-07** `bef9a2e5ccd3` — 1 warning
  - deleted the `query` request parameter `clusterName`

[Change history](https://skmtc.dev/webankfintech/apis/mlss-cc-api/changes/cc/v1/users/myUsers/get.md)

---

[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)
