Skip to main content

ID1Base.AddUserToGroup method

Add a user to a group.

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

See Also