UiPath Documentation
orchestrator
2022.10
false
  • Getting started
  • Swagger definition
  • Orchestrator APIs
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
OUT OF SUPPORT

Orchestrator API guide

最終更新日時 2025年12月16日

Permissions requests

The following request enables you to display all the permissions of the user you are currently authenticated with. Please note that only the permissions you are granted are returned.

You have the possibility to disable permissions completely from the user interface and API using the Auth.DisabledPermissions parameter in the web.config file.

GET

https://{yourDomain}/odata/Permissions

Request headers

Key

Value

Authorization

Bearer

Response code

200 OK

Response body

{
    "@odata.context": "https://{yourDomain}/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://{yourDomain}/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
        }
    ]
}
  • Request headers
  • Response code
  • Response body

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得