Click or drag to resize

UserGroupAssignMembers Method

Clears the existing members of the group and adds a number of users as members. Throws an error if the members of the group aren't available.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void AssignMembers(
	IEnumerable<int> userIds
)

Parameters

userIds
Type: System.Collections.GenericIEnumerableInt32
Must contain a valid userIds greater than zero. Duplicate ids are ignored.
See Also