用户列表
GET
https://api.flashcat.cloud/v1/n9e/users
最后修改时间:2024-04-09 03:56:59
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/v1/n9e/users?p=1&limit=10&query=' \
--header 'Authorization: Basic Og=='
响应示例响应示例
{
"dat": {
"admin": true,
"list": [
{
"id": 17,
"username": "623d94ecb3aa20897d77607b",
"nickname": "hello",
"phone": "13221741233",
"email": "ivulyh94381@chacuo.net",
"portrait": "",
"roles": [
"Admin"
],
"contacts": {},
"maintainer": 0,
"create_at": 1648468417,
"create_by": "sso",
"update_at": 1681888412,
"update_by": "root",
"admin": true
},
{
"id": 56,
"username": "boce",
"nickname": "",
"phone": "",
"email": "",
"portrait": "",
"roles": [
"Standard",
"test3"
],
"contacts": {},
"maintainer": 0,
"create_at": 1692276506,
"create_by": "root",
"update_at": 1692325891,
"update_by": "root",
"admin": false
},
{
"id": 51,
"username": "chatshot",
"nickname": "",
"phone": "",
"email": "",
"portrait": "",
"roles": [
"Admin"
],
"contacts": {},
"maintainer": 0,
"create_at": 1681801576,
"create_by": "root",
"update_at": 1681801576,
"update_by": "root",
"admin": true
},
{
"id": 18,
"username": "dingtalk",
"nickname": "dingtalk",
"phone": "",
"email": "",
"portrait": "",
"roles": [
"Standard"
],
"contacts": {
"dingtalk_robot_token": "05ed15f625c700e742122a7cchhxxxxxxxxxxxxxx"
},
"maintainer": 0,
"create_at": 1648799354,
"create_by": "root",
"update_at": 1677230132,
"update_by": "damon",
"admin": false
}
],
"total": 4
},
"err": ""
}
请求参数
Query 参数
p
integer
页数
示例值:
1
limit
integer
每页数量
示例值:
10
query
string
可选
返回响应
修改于 2024-04-09 03:56:59