orchestrator
2021.10
false
Orchestrator API 指南
- 入门指南
- 身份验证
- Swagger 定义
- Orchestrator API
- 平台管理 API
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
返回指定用户的登录尝试。
API 端点
![]()
/identity/api/User/{userId}/loginAttempts
作用域
需要以下作用域:
- PM.UserLoginAttempt
- PM.UserLoginAttempt.Read
请求标头
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
--header 'Authorization: Bearer {access_token}'\
--header 'Content-Type: application/json'
备注:
To obtain the {access_token}, make sure to authenticate through one of the methods described here.
路径参数
| 路径参数 | 数据类型 | 描述 |
|---|---|---|
userId(必填) | 字符串 | 要检索其登录尝试的用户的 ID。 |
查询参数
| 查询参数 | 数据类型 | 描述 |
|---|---|---|
userSID(可选) | 字符串 | Azure Active Directory 中的用户安全 ID。 |
top(可选) | Int32 | 显示登录尝试的前 N 个条目。 |
skip(可选) | Int32 | 跳过显示的前 N 次登录尝试。 |
sortBy(可选) | 字符串 | 指定要用作登录尝试的排序依据的 DTO 属性。 例如 clientName、clientIpAddress、partitionName 等。 |
sortOrder(可选) | 字符串 | 指定排序顺序。 例如,升序 ( asc) 或降序 (desc)。 |
since(可选) | 字符串 | 指定所需的登录尝试开始日期。 |
响应
200 OK
返回查询的用户登录尝试次数。