调用ListUsers接口,分页查询EIAM账户信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
GET /v2/{instanceId}/{applicationId}/users
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Authorization | string | 是 | 认证信息。 格式:Bearer ${access_token}。 示例:Bearer ATxxxx。 | Bearer AT8csE2seYxxxxxij |
instanceId | string | 是 | 实例 ID。 | idaas_ue2jvisn35ea5lmthk267xxxxx |
applicationId | string | 是 | 应用 ID。 | app_mkv7rgt4d7i4u7zqtzev2mxxxx |
organizationalUnitId | string | 否 | 组织 ID。 | ou_wovwffm62xifdziem7an7xxxxx |
pageNumber | integer | 否 | 页码,默认 1。 | 1 |
pageSize | integer | 否 | 单页大小读取记录数,默认 20,范围为 1~100。 | 20 |
返回参数
示例
正常返回示例
JSON
格式
{
"totalCount": 1000,
"data": [
{
"instanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"userId": "user_d6sbsuumeta4h66ec3il7yxxxx",
"username": "name001",
"displayName": "display_name001",
"passwordSet": true,
"phoneRegion": "86",
"phoneNumber": "156xxxxxxx",
"phoneNumberVerified": true,
"email": "example@example.com",
"emailVerified": true,
"userExternalId": "user_d6sbsuumeta4h66ec3il7yxxxx",
"userSourceType": "build_in",
"userSourceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"status": "enabled",
"accountExpireTime": 1652085686179,
"registerTime": 1652085686179,
"lockExpireTime": 1652085686179,
"createTime": 1652085686179,
"updateTime": 1652085686179,
"description": "测试账户"
}
]
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-10-24 | API 内部配置变更,不影响调用 | 查看变更详情 |
错误码
HttpCode | Error Code | 错误信息 | 说明 |
---|---|---|---|
400 | invalid_token | Access token is not valid | token 无效 |
404 | application_not_found | Application id not found: app_001 | 应用不存在 |
403 | application_disabled | Application is disabled | 应用处于禁用状态 |
403 | application_api_disabled | Application api invoke disabled | 应用 API 未开放 |
403 | permission_denied | Require scopes: [urn:alibaba:idaas:scope:user:read_all] | 缺少 API 授权信息 |
500 | Internal Server Error | Internal Server Error | 服务器内部错误 |