We want to get a list of all users on Enterprise.
gis = GIS(url="url", username="user", password="pwd", expiration=9999)
users = gis.users.search('*', max_users=1000)But we get this error:
Exception: User does not exist or is inaccessible.
(Error Code: 400)
It works for max_users=10 but not with 100. The login user has Creator and Administrator privileges. Any suggestions how to get around this error?