Refresh Group Membership

URL:
https://<root>/security/groups/refreshMembership
Methods:
POST
Required Capability:
Access allowed with either the "Security and Infrastructure" or "Link to Enterprise Groups" privileges
Version Introduced:
10.3

Description

The refreshMembership operation iterates over every enterprise account configured in an organization and determines if there are any change in memberships. If any changes are detected, the database and the indexes are updated for each group.

While ArcGIS Enterprise automatically refreshes the memberships during a user login and during a periodic refresh configured through the Update Identity Store operation, this operation allows an administrator to force a refresh.

Request parameters

ParameterDetails

groups

A comma separated list of group names whose memberships need to be refreshed.

Example
1
groups=cartographers,analysts

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample POST request for the refreshMembership operation:

1
2
3
4
5
6
POST /webadaptor/portaladmin/security/groups/refreshMembership HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

groups=cartographers,analysts&f=json

JSON Response example

1
{"status": "success"}

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close