Light Mode
Get SubAccount List - Summary Info(V1)
GET
/api/v1/sub/user:::tip[]
It is recommended to use the GET /api/v2/sub/user endpoint instead of this endpoint
:::
:::info[Description]
You can get the user info of all sub-account via this interface.
:::
Request
None
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
string
required
data
array [object {6}]
required
userId
string
required
uid
integer
required
subName
string
required
type
integer
required
remarks
string
required
access
string
required
Sub-account Permission
Example
{
"code": "200000",
"data": [
{
"userId": "63743f07e0c5230001761d08",
"uid": 169579801,
"subName": "testapi6",
"type": 0,
"remarks": "remarks",
"access": "All"
},
{
"userId": "670538a31037eb000115b076",
"uid": 225139445,
"subName": "Name1234567",
"type": 0,
"remarks": "TheRemark",
"access": "All"
}
]
}
Last modified: a month ago