I am struggling with getting all of the creators in a certain group in my Enterprise portal environment.
I am using Enterprise Notebook.
group = gis.groups.get("6bde3136acbb48bcba1edc2eca61eac6")
response = group.get_members()
for user in response['users'] :
print(user)
will list all the users in specified group, but how do I limit it further to only Creators?