automation-cloud
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Automation Cloud API 指南

上次更新日期 2026年3月20日

Get Bulk User Allocations from Group

Retrieves the list of users who have acquired licenses from a specific group. Requires an external application with the OrganizationAdmin or LicenseRead policy.

API 端点

GET https://cloud.uipath.com/{organizationName}/lease_/api/account/{organizationId}/user-license/group/{groupId}/bulk-users

请求标头

--header 'Authorization: Bearer {access_token}'

路径参数

路径参数数据类型描述

organizationId

(必填)

Guid租户所在组织的 ID。
groupId (必填) 字符串The group ID.

查询参数

All query parameters are optional and used for pagination.

参数类型描述

skip

整数Offset in results list
top整数Number of results to return. Maximum: 50.
sortBy字符串Field name for ordering. Use UpperCamelCase C# property names.
sortOrder字符串Sort direction. Accepted values: asc, desc.

响应

200 OK - returns the users who have acquired licenses from the specified group.
404 - organization or group does not exist.
{
  "results": [
    {
      "id": "string",
      "email": "string",
      "name": "string",
      "surname": "string",
      "displayName": "string",
      "lastInUse": "2026-01-01T00:00:00Z",
      "userBundleLicenses": ["string"],
      "orphan": false
    }
  ],
  "totalCount": 0
}{
  "results": [
    {
      "id": "string",
      "email": "string",
      "name": "string",
      "surname": "string",
      "displayName": "string",
      "lastInUse": "2026-01-01T00:00:00Z",
      "userBundleLicenses": ["string"],
      "orphan": false
    }
  ],
  "totalCount": 0
}

请求示例

curl --location --request GET 'https://cloud.uipath.com/my-org/lease_/api/account/1234/user-license/group/group-01/bulk-users' --header 'Authorization: Bearer {access_token}'curl --location --request GET 'https://cloud.uipath.com/my-org/lease_/api/account/1234/user-license/group/group-01/bulk-users' --header 'Authorization: Bearer {access_token}'
  • API 端点
  • 请求标头
  • 路径参数
  • 查询参数
  • 响应
  • 请求示例

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新