orchestrator
latest
false
- 基本情報
- Swagger の定義
- Orchestrator API
Permissions Requests
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Orchestrator API ガイド
最終更新日時 2024年11月25日
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.
GET
https://cloud.uipath.com/{organizationName}/{tenantName}/orchestrator_/odata/Permissions
{
"@odata.context": "https://cloud.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://cloud.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
}
]
}