Hi all,
I’m currently setting up an API call from an external application to our UiPath Cloud Orchestrator. While trying to narrow down the required permissions, I encountered something confusing.
When I remove the OR.Administration
permission—but keep both OR.Administration.Read
and OR.Administration.Write
—the API call fails with the following error:
Failed to retrieve token:
{"error":"invalid_scope"}
I had assumed that OR.Administration
was simply a combination of the Read and Write permissions. However, this behavior suggests otherwise.
Could someone kindly explain the differences between these three permissions and why the full OR.Administration
scope might be required for the token request to succeed?
Thanks in advance!
I assumed OR.Administration was a combination of both Read and Write permissions.
Would someone be so kind to walk me through the different among these three permission