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