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