searchGroupUsers
FunctionsearchGroupUsers(id: string, searchOptions?: ISearchGroupUsersOptions): Promise<ISearchGroupUsersResult>Search the users in a group. See the REST Documentation for more information.
import { searchGroupUsers } from "@esri/arcgis-rest-portal";
searchGroupUsers('abc123')
.then(response)Parameters
| Parameter | Type | Notes |
|---|---|---|
id | string | The group id |
search | ISearchGroupUsersOptions | Options for the request, including paging parameters. |
Returns
Promise<ISearchGroupUsersResult>A Promise that will resolve with the data from the response.