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.