Hi everyone,
I’m using the Orchestrator Automation Cloud API with oAuth 2.0 authentification for External apps.
I must therefore specify a scope when performing the oAuth process defining my application permissions.
I need to start jobs through the API. Thus, I need my process release key in order to pass it to the startJob Action request. I want to retrieve it from its name with the GET “/odata/Releases” request but I don’t have the right authorization and I don’t know which permission I should give my application.
I found the Permissions per Endpoint documentation here and it says I must give my app the Processes.View permission.
Unfortunately, this permission does not exist on the scope list on my Orchestrator External Apps tab.
More generally, is the documentation outdated ?
I had the same case for the startJob request : the doc says I need the Jobs.Create Scope when in reality it’s called the Jobs.Write on Orchestrator External Apps tab.
Does someone know which permission I need ? Or is there a documentation or something I’m missing ?
Thanks for your help !