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
Use dark colors for code blocksCopy
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:

Use dark colors for code blocksCopy
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

Use dark colors for code blocksCopy
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.