> 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/api-en/dynamic-api-integration/listsubaccounts.md).

# listSubAccounts

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

```
https://start.unionproxy.xyz/ip/authorize/childUserList
```

```
// Request credential (Contact customer service to obtain)
headers：  "Authorization": "Bearer MdNtlpQCI8E5wxxxxxxxxxxxxxxxxxx"
```

```
// Return Description
// code: 200 for success, other codes indicate failure
// Return Description
// code: 200 for success, other codes indicate failure

{
    "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: Disabled, 0: Enabled
        }
}


```
