I am not able to get data from Queue if the tenancy is other that default while using UiPath API.
I am passing Tenancy Name while authentication and that is success(status 200) and using this result in Bearer auth_headers while retrieving data from Queue.
This is working fine if it default tenancy and getting Response 500 and message as “An error has occurred”
Please help me on this and let me know if any more details required.
It seems like a strange issue. If I understand correctly, you have two sets of credentials: tenant name, username or email and a password and one set of those works and returns the bearer token and the other one does not?
I will suggest right away to contact our technical support, just in case it is something more tricky to debug and very specific to your configuration.
Yes, I am passing tenant name while authorization as below:-
body = {
‘tenancyName’:Default or Other
‘usernameOrEmailAddress’: xyz
‘password’: xyz
}
I am changing the tenancy name while authorization. Do i need send tenancyName while trying to get data from Queues ?
Also i am not facing issue while adding data to Queues
Any update on this issue, I am also facing the same issue. I am not able to get queue items from Default tenant, if I mention tenancy name as default also queue items are fetching from concurrent.