Skip To Content
ArcGIS Developer
Dashboard

Groups

Description

The groups resource is an umbrella for operations to manage enterprise groups within the portal. The resource returns the total number of groups in the system.

As an Administrator, you can Search Enterprise Groups, Refresh Group Membership, Get Users Within Enterprise Group, and Get Enterprise Groups For User.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample request URL for the groups resource:

https://machine.domain.com/webadaptor/portaladmin/security/groups?f=json

JSON Response example

{"totalGroups":487}