API error 1002 QueueItems returns 'User not found'

Hi,
I’m implementing the new 0Auth authentication in my API using the OR.Queues scope.

I’m able to create queue items in the orchestrator with POST odata/Queues/UiPathODataSvc.AddQueueItem.
I can get all my queue items with GET odata/QueueItems

However, I cannot get specific queue items back with GET ‘/odata/QueueItems(1931592)’. The API returns
{ "message": "User not found", "errorCode": 1002, "resourceIds": null }

What does that error message mean?

3 Likes