Orchestrator
latest
false
Permissions Requests - Automation Cloud latest
logo
Orchestrator API Guide
Last updated Nov 13, 2023

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

Request headers

Key

Value

Authorization

Bearer

Response code

200 OK

Response body

{
    "@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
        }
    ]
}
  • Request headers
  • Response code
  • Response body
logo
Get The Help You Need
logo
Learning RPA - Automation Courses
logo
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2023 UiPath. All rights reserved.