UserGroupManagerExpandAllToMembersV2 Method

Expand all objects from given set of GUIDs into users. Only basic properties are returned, including ID, name, email and license status.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.2.0.0
C#
[WebMethodAttribute(Description = "Expand all objects from given set of guids into users")]
public List<ADAMObject> ExpandAllToMembersV2(
	Guid[] objectIds,
	bool excludeSupportUsers,
	bool sortByName
)

Parameters

objectIds  Guid
excludeSupportUsers  Boolean
If true, support users are not returned
sortByName  Boolean
If true, results are sorted by name

Return Value

ListADAMObject

Remarks

If a guid belongs to a FileHold group or domain group it will be expanded to its users

Exceptions

InsufficientPermissionException

See Also