automation-suite
2023.10
false
  • 入门指南
    • 关于本指南
    • 可用资源:
    • API 端点 URL 结构
    • 枚举列表
  • 身份验证
  • 作用域和权限
  • 平台管理 API
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Automation Suite API 指南

上次更新日期 2026年2月28日

可用资源:

UiPath™ 公开了以下 API:

  • Orchestrator API
  • Test Manager API
  • Data Service API
  • 平台管理 API
    • 审核 - 检索和下载组织中的审核日志。
    • 许可 - 检索和分配许可证。
    • 身份 - 创建、更新或删除帐户,以及管理组织设置。
  • Marketplace API
  • AI Center API
  • Document Understanding API
  • Academy API

本指南专门介绍组织平台(平台管理)上下文中的资源访问权限。有关基于产品的 API 的信息,请参阅特定的产品文档。

备注:

平台管理 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 /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} - 向服务分配许可证。

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新