UserGroupManagerGetMemberUsersOfFileholdGroups Method
Retrieves all users belonging to specified FileHold groups.
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 = "Retrieves all users belonging to specified filehold groups")]
public List<ADAMObject> GetMemberUsersOfFileholdGroups(
Guid[] fileHoldGroupIds
)
- fileHoldGroupIds Guid
-
ListADAMObject
This method always returns support users. Use ExpandAllToMembersV2 to specify
whether support users should be included or not.