Hi,
I am trying to export list of all Portal Users with username, email, role, level, creation time, etc.
I'm using ipynb in ArcGIS Pro and able to generate a csv file. However, I only have the User Level and the User Role, no User Type like(Viewer, Fieldworker and Creator) on the extracted reported.
Do you know the correct "keyword" to put on the script to have these details?
tried this below but only gives me : arcigsonly for the result.
'User_type': [usr:userType for usr in users],
this is the script I am using,


Thanks 🙂