UserGroupManagerGetFilteredUserObjectsByRoleType Method

Return filtered user objects with given user license (including local users, domain users and domain groups) For regular users, the returned information includes the user GUID, names, type, enabled/disabled status, domain, email and work phone. For system administrators, all properties are returned.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return filtered user objects with given user license (including local users, domain users and domain groups)")]
public List<ADAMObject> GetFilteredUserObjectsByRoleType(
	bool enabledUsersOnly,
	bool localUsersOnly,
	bool includeRegisteredUsers,
	bool includeGuestUsers,
	string firstOrLastNameStartsWith,
	string companyNameStartsWith,
	string departmentStartsWith,
	string emailAddressContains,
	Guid? group,
	DateTime? lastLoggedFrom,
	DateTime? lastLoggedTo,
	string SortExpression,
	int maximumRows,
	int startRowIndex
)

Parameters

enabledUsersOnly  Boolean
localUsersOnly  Boolean
includeRegisteredUsers  Boolean
includeGuestUsers  Boolean
firstOrLastNameStartsWith  String
companyNameStartsWith  String
departmentStartsWith  String
emailAddressContains  String
group  NullableGuid
lastLoggedFrom  NullableDateTime
lastLoggedTo  NullableDateTime
SortExpression  String
this parameter is ignored
maximumRows  Int32
this parameter is ignored
startRowIndex  Int32
this parameter is ignored

Return Value

ListADAMObject

Exceptions

See Also