|
SecurityHubSearchUserAccounts(String) Method
|
Searches user accounts by resolved names with no limit on total returned records.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax function SearchUserAccounts(searchText);
View SourceParameters
- searchText String
- Search text to lookup.
Return Value
IEnumerableIDLabelSearch results as "IDLabel" instances - serialized as JSON [{ id : "value", label : "name" }, ...]; useful for dynamic lookup lists.
See Also