test-cloud
latest
false
- 入门指南
- 身份验证
- 作用域和权限
- 平台管理 API
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Test Cloud API 指南
上次更新日期 2026年4月7日
可用资源:
UiPath™ 公开了以下 API:
- Orchestrator API
- Test Manager API
- 平台管理 API 访问权限
- 审核 - 检索和下载组织中的审核日志。
- 许可 - 检索和分配许可证。
- 身份 - 创建、更新或删除帐户,以及管理组织设置。
- Document Understanding API
- AI Center API
- Marketplace API
- Academy API
- StudioWeb API
- 上下文基础 API 访问权限
- PMS
- Process Mining API 访问权限
- 追踪 API 访问权限
- Data Fabric API
- IXP.外部服务
本指南专门介绍组织平台(平台管理)上下文中的资源访问权限。有关基于产品的 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/Setting- 根据特定租户的密钥列表检索应用程序设置。PUT /identity_/api/Setting- 在特定租户中更新或创建新设置。
SAML 证书
PUT https://cloud.uipath.com/{organizationName}/identity_/api/SamlCertificate/primary– 上传或更新主 SAML 证书。PUT https://cloud.uipath.com/{organizationName}/identity_/api/SamlCertificate/secondary– 上传或更新辅助 SAML 证书。POST https://cloud.uipath.com/{organizationName}/identity_/api/SamlCertificate/{partitionGlobalId}/switch– 切换辅助证书以为主证书。GET https://cloud.uipath.com/{organizationName}/identity_/api/SamlCertificate/{partitionGlobalId}/certificates– 获取组织的证书对。DELETE https://cloud.uipath.com/{organizationName}/identity_/api/SamlCertificate/{partitionGlobalId}/{certificateId}– 根据证书 ID 删除证书。
用户
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 /lease_/api/account/{accountId}/user-license/group/{groupId}— 检索所有可用用户许可证的列表,以创建或编辑组。PUT /lease_/api/account/{accountId}/user-license/group/{groupId}— 分配或更新组规则。