I'm making an automation for System and Group Admins which will allow them to copy attributes from one user to another. (Consider we utilize autoprovisioning, this will save people a ton of time.)
The automation is pretty straightforward...until we get to groups and teams--groups especially. I'm guessing that instead of it being a matter of adding the groups to the user's account, the user needs to be added to each of the groups by Fusion.
I pull in the groupID by searching for "userGroups:groupID" in collections. And I'm unsure how to add a user to a userGroup via a put command. I get grief when I attempt this.
This is another one of those situations where I tried to find documentation about this....aaaand there is none lol. But this is definitely something which would make for a great lesson for an advanced Fusion course (hint hint).
-j