API Authentication (Tenancy Name?)

Hi all,

I’m trying to create an authentication token using Postman however am currently having an issue with what goes in the “tenancyName” field. I have set it to a POST type with URL: https://platform.uipath.com/api/Account/Authenticate

As for the username & password, I’m using the credentials I use to login to my company’s UIPath Orchestrator. Also, for the tenancyName I inputted “Default”

The output that I get is:
“message”: “Invalid credentials, failed to login.”,
“errorCode”: 1000,
“resourceIds”: null

1 Like

Hello @shakir

Below articles might help to manage tenants

Regards
Ajay

Thanks Ajju, appreciate the answers. I was actually able to find the solution. Firstly, on your login screen for orchestrator it shows what tenancy you are logging in as (for me it said you are logging in as Default tenancy). The issue with my api request was inputting the wrong URL. I basically just had to grab the URL to my orchestrator home page and add /api/account/authenticate to the end of the URL.

2 Likes

Hi, I did like u said and the result is in the picture. Any idea how to fix?