> For the complete documentation index, see [llms.txt](https://huajiangs-organization.gitbook.io/xiao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huajiangs-organization.gitbook.io/xiao/proxies/new-dong-tai-dui-jie-api/cha-xun-zhi-ding-zi-yong-hu-ming.md).

# 查询指定子用户名

**Request Method:&#x20;**<mark style="color:green;">**GET**</mark>

```
// GET 请求
https://start.unionproxy.xyz/ip/authorize/childUserList?username=${xxxx}
```

```
请求凭证（联系客服提供）
headers：  "Authorization": "Bearer MdNtlpQCI8E5wxxxxxxxxxxxxxxxxxx"
```

```
// 返回说明
code: 200成功，其他失败

{
    "code": 200,
    "msg": "操作成功",
    "data": [
        {
            "userId": "9a651ecd",
            "username": "n17669xx",
            "password": "n17669x",
            "createTime": "2025-12-28T20:38:11.000+08:00",
            "useTraffic": 0.00,//流量总使用量
            "trafficLimit": 0.00,//流量总限制量
            "status": "1"  //1禁止 0启动
        }
}


```
