Hi guys,
Im running into a bit of an issue, same with others I saw so far already.
My goal is to use the module above to query our registered enterprise identity store for user details. I can successfully access the portal admin url shown below,
entUsers = admin.EnterpriseUsers(url="https://xyz/portal/portaladmin", gis=gis)
but when i try to do a get or search, i get the error,
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
We are on Portal 10.8.1 and im using arcpro 2.6.4 python and jupyter notebook installs.