按 APP ID 查询应用子账号列表
GET
/v1/applications/{app_id}/accounts请求参数
Path 参数
app_id
string
应用id
Query 参数
user_id
string
用户id
acc_status
string
可选
账号状态 1-活跃 0-冻结
acc_name
string
账号名称
page_num
integer
页数
page_size
integer
页大小
page_sort
string
排序字段
示例值:
time_created[asc]
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
records
array[object (AppSubAccount) {18}]
可选
id
string
账号id
user_id
string
用户id
username
string
账户名称
app_id
string
应用id
app_name
string
应用名称
acc_name
string
子账号名称
acc_name_displayed
string
子账号显示名称
acc_source
string
子账号来源
developer_id
string
子账号开发者id
tenant_id
string
子账号租户id
acc_password
string
子账号密码
acc_status
string
子账号状态
acc_sync_status
string
可选
sys_ext_props
object
子账号系统扩展参数
free_ext_props
object
子账号自定义扩展参数
time_created
string
必需
time_modified
string
必需
expire_at
string
失效时间
total
number
可选
示例
未设置
最后修改时间: 2 个月前