Question on start job by api in UiPath Orchestrator

I am new in using Orchestrator. I have created a robot in machine which is in orchestrator. I have a website and start rpa robot only by clicking a button and pass the api to orchestrator.

I create account in orchestrator by email. I knew that uipath has updated the cloud api . I am not sure whether follow the new method or not.

However, when I used postman to test api authentication in orchestrator. It always return the same error.
{
“message”: “Invalid credentials, failed to login.”,
“errorCode”: 1000,
“resourceIds”: null
}

In authorization, the token is the id token.


The tenancyName I used is found in the service column in Orchestrator

Can someone find out what I did wrong? I really want to solve this.

Hi @Emily_Yip, what works for me is when I enter tenancyName as “”. This does its job both when I use Swagger to pass API to the Orch or the activity Orchestrator HTTP request. Did it solve your issue? :slight_smile:
image