UserGroupManagerGetADAMObjectsFromIds Method
Return ADAM objects with given identifiers.
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 ADAM objects with given identifiers")]
public List<ADAMObject> GetADAMObjectsFromIds(
Guid[] ids
)
- ids Guid
- collection of ids to return
ListADAMObject