{ "opencollection": "1.0.0", "info": { "name": "Outline AccessRequests Groups API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a group", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/groups.info", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve the details of a group by its unique identifier, including its name and member count." }, { "info": { "name": "List all groups", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/groups.list", "body": { "type": "json", "data": "{}" } }, "docs": "List all groups in the workspace. Groups are used to organize users and manage permissions for collections." }, { "info": { "name": "Create a group", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/groups.create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new group with the specified name. Groups can be used to organize users and assign collection permissions to multiple users at once." }, { "info": { "name": "Update a group", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/groups.update", "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing group's name. The group is identified by its unique identifier." }, { "info": { "name": "Delete a group", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/groups.delete", "body": { "type": "json", "data": "{}" } }, "docs": "Deleting a group will cause all of its members to lose access to any collections the group has previously been added to. This action can’t be undone so please be careful." }, { "info": { "name": "List all group members", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/groups.memberships", "body": { "type": "json", "data": "{}" } }, "docs": "List and filter all the members in a group." }, { "info": { "name": "Add a group member", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/groups.add_user", "body": { "type": "json", "data": "{}" } }, "docs": "This method allows you to add a user to the specified group." }, { "info": { "name": "Remove a group member", "type": "http" }, "http": { "method": "POST", "url": "https://app.getoutline.com/api/groups.remove_user", "body": { "type": "json", "data": "{}" } }, "docs": "This method allows you to remove a user from the group." } ] } ], "bundled": true }