addUserToGroups
//d1-client-java/io.cybercrypt.d1.serviceClients/Authn/addUserToGroups
addUserToGroups
[d1]\
public abstract voidaddUserToGroups(StringuserId, List<String>groupIds)
Add a user to one or more groups.
Parameters
d1
userId | the ID of the user. |
groupIds | the IDs of the groups. |