- URL:https://[root]/community/groups/[groupID]/protect(POST only)
Example Usage
URL for Protect Group
https://www.arcgis.com/sharing/rest/community/groups/d5ac76440538461db96df4578b0f1a9c/protect
Description
The Protect Group operation (POST only) protects the group from deletion. This operation is available to the group owner, group managers and administrators of the organization with the portal:admin:updateGroups privilege.
Request Parameters
Parameter | Details |
---|---|
[Common Parameters] | For a complete listing, see Common parameters. |
Response Properties
Property | Details |
---|---|
success | Indicate if the operation was successful. |
JSON Response Syntax
{"success": true | false}
JSON Response Example
{"success": true}