Dear Fellows,
I am currently working on a small project and expanding my knowledge more on the Orchestrator API Dev work,I have a dev instance of the Orchestrator, And I did manage to authenticate to my account using the Authenticate API. What I am trying to do now is the AddQueueItem API, after authenticating, I am making this API call but I do get a response (shown below) :
{
"message": " **An organization unit is required for this action.",**
"errorCode": 1101,
"resourceIds": null
}
I am aware this has been asked before here on the forum, I researched this and was advised to add the X-UIPATHOrganizationUnitId as part of the URL as a solution, I did manage to get my OU ID using the OrganizationUnits API and have put this ID in my URL or as a param when making the call but I still get
{
"message": " **An organization unit is required for this action.",**
"errorCode": 1101,
"resourceIds": null
}
Any help would be appreciated.
Regards,