Sharing Group Blueprints

Execute a sharing group blueprint, regenerating the sharing group

post/sharing_group_blueprints/execute/{sharingGroupBlueprintId}

Path parameters

OR
string uuid required
Example:1

UUID or numeric ID of the sharing group blueprint

Response

Response when sharing group blueprint was executed successfully

savedboolean
successboolean
namestring
messagestring
urlstring

Example response

{
  "saved": true,
  "success": true,
  "name": "Done, 1 sharing group blueprint(s) matched. Sharing group changes: Created: 0. Updated: 1. Failed to create: 0.",
  "message": "Done, 1 sharing group blueprint(s) matched. Sharing group changes: Created: 0. Updated: 1. Failed to create: 0.",
  "url": "/sharing_group_blueprints/<remaining_url_requested>"
}

Changes

Changed in 5 of the 50 revisions of this API.212