{ "opencollection": "1.0.0", "info": { "name": "Intralinks Authentication Groups API", "version": "2.0.0" }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Intralinks List Groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId/groups", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns groups within a workspace." }, { "info": { "name": "Intralinks Create Group", "type": "http" }, "http": { "method": "POST", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId/groups", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a new group in a workspace." }, { "info": { "name": "Intralinks Get Group", "type": "http" }, "http": { "method": "GET", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId/groups/:groupId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." }, { "name": "groupId", "value": "", "type": "path", "description": "The unique identifier of the group." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns details for a specific group." }, { "info": { "name": "Intralinks Update Group", "type": "http" }, "http": { "method": "PUT", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId/groups/:groupId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." }, { "name": "groupId", "value": "", "type": "path", "description": "The unique identifier of the group." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates an existing group." }, { "info": { "name": "Intralinks Delete Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId/groups/:groupId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." }, { "name": "groupId", "value": "", "type": "path", "description": "The unique identifier of the group." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes a group from a workspace." }, { "info": { "name": "Intralinks List Group Members", "type": "http" }, "http": { "method": "GET", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId/groups/:groupId/members", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." }, { "name": "groupId", "value": "", "type": "path", "description": "The unique identifier of the group." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns members (users) belonging to a group." }, { "info": { "name": "Intralinks Add Group Member", "type": "http" }, "http": { "method": "POST", "url": "https://api.intralinks.com/v2/workspaces/:workspaceId/groups/:groupId/members", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The unique identifier of the workspace." }, { "name": "groupId", "value": "", "type": "path", "description": "The unique identifier of the group." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Adds a user to a group." } ] } ], "bundled": true }