Trying to use this to determine if the user has a certain security level, and I've copied the path directly from the SecurityLevels page in the gateway, but it doesn't seem to find it? The Optional isPresent always returns false. Not sure if path is formatted wrong, the security levels show up in the toJson, so they do exist, just not sure why they aren't found
Can you give us an example of how you're calling it and what the toJson contents are?
Ah, I was using the Find() method incorrectly. I changed my path to a String Array rather than just a path of the string found on the Security Levels page. This seemed to fix things.