searchCommunityUsers
FunctionsearchCommunityUsers(search: IUserSearchOptions | SearchQueryBuilder): Promise<ISearchResult<IUser>>
import { searchCommunityUsers } from "@esri/arcgis-rest-portal";
//
searchCommunityUsers({ q: 'tommy', authentication })
.then(response) // response.total => 355
Search all portals for users.
Parameters
Parameter | Type | Notes |
---|---|---|
search | IUserSearchOptions | SearchQueryBuilder | A RequestOptions object to pass through to the endpoint. |
Returns
Promise<ISearchResult<IUser>>
A Promise that will resolve with the data from the response.