{ "opencollection": "1.0.0", "info": { "name": "Workleap Attributes Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "workleap-subscription-key", "value": "{{workleap-subscription-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Create a group", "type": "http" }, "http": { "method": "POST", "url": "https://api.workleap.com/public/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a group in an organization" }, { "info": { "name": "Search groups", "type": "http" }, "http": { "method": "POST", "url": "https://api.workleap.com/public/groups/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search groups from an organization" }, { "info": { "name": "Get a group", "type": "http" }, "http": { "method": "GET", "url": "https://api.workleap.com/public/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The unique identifier of the group" } ] }, "docs": "Get a group from an organization" }, { "info": { "name": "Update a group", "type": "http" }, "http": { "method": "PUT", "url": "https://api.workleap.com/public/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The unique identifier of the group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a group in an organization" }, { "info": { "name": "Delete a group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.workleap.com/public/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The unique identifier of the group" } ] }, "docs": "Delete a group in an organization" }, { "info": { "name": "Modify group membership", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.workleap.com/public/groups/:groupId/membership", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The unique identifier of the group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add or remove users from a group using PATCH operations" } ] } ], "bundled": true }