Orchestrator
2021.10
False
  • 入门指南
  • Swagger 定义
  • Orchestrator API 使用示例
  • 平台管理 API
横幅背景图像
Orchestrator API 指南
上次更新日期 2024年4月19日

权限请求

以下请求使您能够显示当前对其进行身份验证的用户的所有权限。 请注意,系统只会返回您被授予的权限。

您可以使用 web.config 文件中的 Auth.DisabledPermissions 参数完全禁用用户界面和 API 中的权限。

获取

{OrchestratorURL}/odata/Permissions

请求标头

密钥

授权

承载

响应代码

200 OK

响应正文

{
    "@odata.context": "{OrchestratorURL}/odata/$metadata#Permissions",
    "@odata.count": 3,
    "value": [{
            "Name": "Machines",
            "IsGranted": true,
            "RoleId": 8
        },
        {
            "Name": "License",
            "IsGranted": true,
            "RoleId": 8
        },
        {
            "Name": "Settings",
            "IsGranted": true,
            "RoleId": 8
        }
    ]
}{
    "@odata.context": "{OrchestratorURL}/odata/$metadata#Permissions",
    "@odata.count": 3,
    "value": [{
            "Name": "Machines",
            "IsGranted": true,
            "RoleId": 8
        },
        {
            "Name": "License",
            "IsGranted": true,
            "RoleId": 8
        },
        {
            "Name": "Settings",
            "IsGranted": true,
            "RoleId": 8
        }
    ]
}
  • 请求标头
  • 响应代码
  • 响应正文

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.