portalpy icon indicating copy to clipboard operation
portalpy copied to clipboard

Different results for get_org_users and get_user

Open brackett opened this issue 10 years ago • 1 comments

get_org_users returns true 'role' for every user (including custom roles) but returns an empty list for 'groups' for each user. get_user returns only ESRI-defined 'role' for each user (custom role value returned defaults back to ESRI-defined template that custom role is based on?) but returns a dictionary for 'groups' for each user.

brackett avatar Dec 05 '14 19:12 brackett

In terms of the custom role value getting returned as the Esri-defined template it is based on, I believe that is an issue with the REST interface and not this tool per se. I am starting to work with Esri Support on this issue.

bixb0012 avatar Oct 22 '15 18:10 bixb0012