UserGroupManagerGetUserObjects Method
This method is obsolete, use GetUserObjectsV2 instead.
Namespace: FileHold.UserRoleManagerAssembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "This method is obsolete, use GetUserObjectsV2 instead.")]
public List<ADAMObject> GetUserObjects(
string startsWith,
string name,
string email
)
- startsWith String
- If not null or empty, either the first name or last name must start with given string (for example, first letter).
- name String
- If not null or empty, the full name, first name or last name must exactly match the given string.
- email String
- If not null or empty, the email address of the user must exactly match the given string.
ListADAMObjectA list of zero or more user objects matching the given filter