searchGroupUsers
import { searchGroupUsers } from "@esri/arcgis-rest-portal"; // searchGroupUsers('abc123') .then(response)
Search the users in a group. See the REST Documentation for more information.
Parameters
Parameter | Type | Default | Notes |
---|---|---|---|
id Required | string | The group id | |
searchOptions Optional | ISearchGroupUsersOptions | Options for the request, including paging parameters. |
Returns
A Promise that will resolve with the data from the response.
Property | Type | Notes |
---|---|---|
number | ||
number | ||
IUser | ||
number | ||
number | ||
any[] | any |
Function defined in packages/arcgis-rest-portal/src/groups/get.ts:171