orchestrator
latest
false
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Orchestrator API 指南
上次更新日期 2025年4月8日
以下请求使您能够显示当前对其进行身份验证的用户的所有权限。 请注意,系统只会返回您被授予的权限。
您可以使用 
         
         web.config 文件中的 Auth.DisabledPermissions 参数完全禁用用户界面和 API 中的权限。
         获取
https://<customURL>.dedicated.uipath.com/{organizationName}/{tenantName}/orchestrator_/odata/Permissions
{
    "@odata.context": "https://<customURL>.dedicated.uipath.com/{organizationName}/{tenantName}/orchestrator_/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": "https://<customURL>.dedicated.uipath.com/{organizationName}/{tenantName}/orchestrator_/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
        }
    ]
}