Click or drag to resize

UserGroupControllerGetGroupMembers Method (Int32)

Returns the users that are member of at least one of the specified user groups. Members are not returned if they are deleted. Members are not returned if they are system users. Security is not considered!

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Users GetGroupMembers(
	int userGroupId
)

Parameters

userGroupId
Type: SystemInt32

Return Value

Type: Users
User objects
See Also