按条件查询应用子账号列表
GET
/v1/application-accounts请求参数
Query 参数
app_id
string
应用id
user_id
string
用户id
acc_status
string
可选
账号状态 1-活跃 0-冻结
acc_name
string
账号名称模糊查询
page_num
integer
页数
page_size
integer
页大小
page_sort
string
排序字段
示例值:
time_created[asc]
acc_name[eq]
string
账号名称精确查询
time_modified[gt]
string
可选
账号最近修改时间大于,rfc3339格式,需要进行 url encode
示例值:
2022-12-01T14%3A03%3A57%2B08%3A00
time_modified[lt]
string
可选
账号最近修改时间小于,rfc3339格式,需要进行 url encode
示例值:
2022-12-01T14%3A03%3A57%2B08%3A00
acc_type
string
账号类型
示例值:
personal
orphaned_only
string
只查询无归属账号
示例值:
true
linked_user_id
string
关联用户id
hide_owner
string
隐藏账号归属人
示例值:
true
示例代码
返回响应
成功(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 个月前