Skip to main content

ID1Base.RemoveUserFromGroup method

Remove a user from a group.

public void RemoveUserFromGroup(string userId, string groupId)
parameterdescription
userIdThe ID of the user.
groupIdThe ID of group.

See Also