arcgis rest js - get description for all users in a group

196
0
09-06-2019 09:54 AM
johnbrosowsky
Occasional Contributor II

Using the ArcGIS REST API via the ArcGIS REST JS wrappers, I can see how to get a list of all users in a group via the group userList operation which only returns username, fullname, membertype,thumbnail, and joined. 

I can see how to get additional properties like email, description (bio), and tags via the username operation, but this can only return one single. 

I can't work out how to combine the two, and am looking for a code sample to get a list of users in a group, and then iterate though the list to additional get the remaining user properties.  

Any pointers would be most appreciated!  

0 Kudos
0 Replies