可用资源:
UiPath 公开了以下 API:
-
Orchestrator API
-
平台管理 API
-
审核 - 检索和下载组织中的审核日志。
-
许可 - 检索和分配许可证。
-
身份 - 创建、更新或删除帐户,以及管理组织设置。
-
审核
-
GET /audit_/api/auditlogs
— 检索组织的审核日志。 -
GET /audit_/api/auditlogs/download
— 下载组织的审核日志。
组
-
GET identity_/api/Group/{partitionGlobalId}
- 从指定分区 ID(组织或租户)检索所有本地组和内置组。 -
GET /identity_/api/Group/{partitionGlobalId}/{groupId}
- 检索指定分区 ID 中的指定本地组或内置组。 -
POST /identity_/api/Group
— 创建新的本地组。 -
PUT /identity_/api/Group/{groupId}
- 更新本地组信息。 -
DELETE /identity_/api/Group/{partitionGlobalId}
— 删除指定分区 ID(组织或租户)中的所有本地组。 -
DELETE /identity_/api/Group/{partitionGlobalId}/{groupId}
- 删除指定的本地组。
机器人帐户
-
GET /identity_/api/RobotAccount/{partitionGlobalId}
- 检索指定分区 ID(组织或租户)中的所有机器人帐户。 -
GET /identity_/api/RobotAccount/{partitionGlobalId}/{robotAccountId}
- 检索指定分区 ID 中的指定机器人帐户。 -
POST /identity_/api/RobotAccount
— 创建新的机器人帐户。 -
PUT /identity_/api/RobotAccount/{robotAccountId}
- 更新指定的机器人帐户信息。 -
DELETE /identity_/api/RobotAccount/{partitionGlobalId}/{robotAccountId}
- 删除指定的机器人帐户。 -
DELETE /identity_/api/RobotAccount/{partitionGlobalId}
- 删除指定分区 ID 中的所有机器人帐户。
消息模板
GET /identity_/api/MessageTemplate
- 使用提供的筛选器检索消息模板。GET /identity_/api/MessageTemplate/{templateId}
- 检索指定的消息模板。PUT /identity_/api/MessageTemplate/{templateId}
— 更新指定的消息模板。
设置
-
GET /identity_/api/Setting
- 根据特定租户的密钥列表检索应用程序设置。 -
PUT /identity_/api/Setting
- 在特定租户中更新或创建新设置。
用户
-
GET /identity_/api/User/{userId}
- 检索有关指定用户的信息。 -
POST /identity_/api/User/{userId}/changepassword
— 更新指定用户的密码。 -
PUT /identity_/api/User/{userId}
- 更新指定的用户信息。 -
DELETE /identity_/api/User
- 删除所有用户。 -
DELETE /identity_/api/User/{userId}
- 删除指定用户。
登录尝试
GET /identity_/api/User/{userId}/loginAttempts
— 检索指定用户的登录尝试。
许可证分配
GET /la/api/account/{accountId}/user-license/group/{groupId}
— 检索所有可用用户许可证的列表,以创建或编辑组。PUT /la/api/account/{accountId}/user-license/group/{groupId}
— 分配或更新组规则。
许可证资源管理
-
PUT /lrm/api/host/{hostAccountId}/organization/{organizationId}/license
- 从主机将许可证分配给组织。 -
PUT /lrm/api/account/{accountId}/service-license/{serviceScopeId}/{serviceType}
- 向服务分配许可证。