---
title: "get ProxyUser Details ."
method: GET
path: "/cc/v1/proxyUser/{id}"
tags: ["proxyUser"]
---

# get ProxyUser Details .

`GET /cc/v1/proxyUser/{id}`

Optional extended description in Markdown.

## Path parameters

- `id` integer, required

## Response `200`

Proxy User.

- ProxyUser
  - `id` integer — name of proxy user.
  - `name` string — the username
  - `gid` integer — the gid of user
  - `uid` integer — the uid of user
  - `token` string — the client_token of user
  - `remarks` string — the uid remarks user
  - `user_id` number — the userId of user
  - `isActivated` integer — the active of proxy user
  - `enableFlag` integer — Whether the data is valid
  - `path` string — storage path of proxy user.

## Other responses

- `401` — Unauthorized
- `404` — url to add keyPair not found.

## Changes

> 3 revisions in range; 1 could not be searched.

- **2020-12-07** `bef9a2e5ccd3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/webankfintech/apis/mlss-cc-api/changes/cc/v1/proxyUser/:id/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)
