I was wondering,

curl -F:member=/system/userManager/user/ieb  
http://admin:ad...@localhost:8080/system/userManager/group/g-group1.update.json

appears to be the way to add members to groups
or

curl -F:member=../../ieb  
http://admin:ad...@localhost:8080/system/userManager/group/g-group1.update.json


I can see where this is in the code, but it looks a bit odd and slightly hard for a UI developer to work with when

curl -F:member=ieb  
http://admin:ad...@localhost:8080/system/userManager/group/g-group1.update.json

would have worked. Was there a  reason I am missing this is like it is ?
I would like to change it, happy to do a patch.
Ian

Reply via email to