• import { searchGroups } from "@esri/arcgis-rest-portal";
    //
    searchGroups('water')
    .then(response) // response.total => 355

    Search a portal for groups. See the REST Documentation for more information.

    Parameters

    Returns Promise<ISearchResult<IGroup>>

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