- URL:
- https://<root>/security/users/refreshMembership
- Methods:
POST
- Required Capability:
- Access allowed with the "Security and Infrastructure" privilege
- Version Introduced:
- 10.3
Description
The refresh
operation iterates over every enterprise group configured in an organization and determines if the user accounts listed in the users
parameter belong to any of the configured enterprise groups. If there is any change in membership (a user has been added or removed from the enterprise group), the database and the indexes are updated for each user account. While ArcGIS Enterprise automatically refreshes the memberships when a user logs in 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 |
---|---|
| The comma separated list of user names for whom the 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/users/refreshMembership HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
users=jdoe@domain,aturing@domain&f=json
JSON Response example
{"status": "success"}