v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
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>"
}