{ "opencollection": "1.0.0", "info": { "name": "Intralinks Authentication Permissions API", "version": "2.0.0" }, "items": [ { "info": { "name": "Permissions", "type": "folder" }, "items": [ { "info": { "name": "Intralinks List Permissions", "type": "http" }, "http": { "method": "GET", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId/permissions", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns permission assignments for a workspace. Permissions are assigned at the group level and determine document visibility." }, { "info": { "name": "Intralinks Create Permission", "type": "http" }, "http": { "method": "POST", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId/permissions", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Assigns a permission to a group for a folder or document." } ] } ], "bundled": true }