May i know what value should be enter in Uipath HTTP request for below headers in postman?
Hi,
In my case, I used this connections in the first authentication:
- Content-Type: “application/json”
- X-UIPATH-TenantName: Tenant Name
The second http I used other headers:
*X-UIPATH-TenantName: Tenant Name
- Authorization: Value of the authentication
- X-UIPATH-OrganizationUnitId: Value of the Organization
Because I needed to extract all queue items from a queue name, so I validated the connection and I made the request I needed.
In Postman there are hidden headers that you don’t need to use in UiPath.
For example:
First authentication
Second HHTP:
WorkFlow:
Have a great day!
Please let me know if you need anything else.