According to this section of the Orchestraor API docs:
The authentication system for the UiPath Orchestrator API uses a bearer token. It requires you to use the credentials you also use to log in to the user interface
My question is this: if I created my UiPath instance to log in with my Google account on the UI, then what credentials should I use to get a bearer token with? Initially I assumed it was my Google account credentials, i.e.
{
"tenancyName": "jonathanDefault",
"userNameOrEmailAddress": "<My gmail address>",
"password": "<My Google account password>"
}
But when I try this using postman I get
{
"message": "Invalid credentials, failed to login.",
"errorCode": 1000,
"resourceIds": null
}
Any guidance would be much appreciated