- 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 refresh
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
Parameter | Details |
---|---|
| A comma separated list of group names whose memberships need to be refreshed. Example
|
| The response format. The default response format is Values: |
Example usage
The following is a sample POST request for the refresh
operation:
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
{"status": "success"}