Skip To Content
ArcGIS Developer
Dashboard

Refresh Group Membership

Description

This operation iterates over every enterprise account configured in the portal and determines if the user account is a part of the input enterprise group. If there are any change in memberships, the database and the indexes are updated for each group.

While portal 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.

Note:

This operation is only supported if portal is configured with enterprise groups. This operation may take a while to complete if there are a substantial number of enterprise users and groups.

Request parameters

ParameterDetails
groups

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

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample request URL for refreshMembership:


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"}