Ice.BO.AdminSessionSvc Rest Odata Filter Issue

Hello!

I’m trying to filter on CurUserID on this service, but I’m still getting all records back. Putting in the below filter as an example returns all current sessions. I’ve also tried substring, indexof etc to no avail. Anyone have any tips on filtering on this attribute? I can filter on the Expired attribute just fine.

$filter CurUserID eq ‘29743.jgehling’

I ended up parsing out the user ID’s in the powershell script that is calling this service. Woohoo, now graphing real-time license usage in preperation for our upcoming license renewal counts!

2 Likes