{ "opencollection": "1.0.0", "info": { "name": "Citrix ShareFile REST API v3 Accounts Groups API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List groups in the account", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.sf-api.com/sf/v3/Groups" }, "docs": "List groups in the account" }, { "info": { "name": "Create a group", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.sf-api.com/sf/v3/Groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a group" }, { "info": { "name": "Get a group", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.sf-api.com/sf/v3/Groups(:id)", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a group" }, { "info": { "name": "Update a group", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.sf-api.com/sf/v3/Groups(:id)", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a group" }, { "info": { "name": "Delete a group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.sf-api.com/sf/v3/Groups(:id)", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a group" } ] } ], "bundled": true }