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.
Namespace: FileHold.UserRoleManagerAssembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
[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
)
- 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
ListADAMObject