searchUsers

Function
searchUsers(searchSearchQueryBuilder | IUserSearchOptions): Promise<ISearchResult<IUser>>

Search a portal for users.

Use dark colors for code blocksCopy
1
2
3
4
import { searchUsers } from "@esri/arcgis-rest-portal";
//
searchUsers({ q: 'tommy', authentication })
 .then(response) // response.total => 355

Parameters

ParameterTypeNotes
searchSearchQueryBuilder | IUserSearchOptions

A RequestOptions object to pass through to the endpoint.

Returns 

Promise<ISearchResult<IUser>>

A Promise that will resolve with the data from the response.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.