UserGroupManagerExpandAllToMembersV2 Method
Expand all objects from given set of GUIDs into users.
Only basic properties are returned, including ID, name, email and license status.
Namespace: FileHold.UserRoleManagerAssembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.2.0.0
[WebMethodAttribute(Description = "Expand all objects from given set of guids into users")]
public List<ADAMObject> ExpandAllToMembersV2(
Guid[] objectIds,
bool excludeSupportUsers,
bool sortByName
)
- objectIds Guid
- excludeSupportUsers Boolean
- If true, support users are not returned
- sortByName Boolean
- If true, results are sorted by name
ListADAMObject
If a guid belongs to a FileHold group or domain group it will be expanded to its users
InsufficientPermissionException | |