{ "opencollection": "1.0.0", "info": { "name": "Amplitude Attribution Annotations Groups API", "version": "2" }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Amplitude List SCIM Groups", "type": "http" }, "http": { "method": "GET", "url": "https://api2.amplitude.com/scim/1/Groups", "params": [ { "name": "filter", "value": "", "type": "query", "description": "A SCIM filter expression to narrow results." } ] }, "docs": "Retrieve a list of groups provisioned in Amplitude." }, { "info": { "name": "Amplitude Create a SCIM Group", "type": "http" }, "http": { "method": "POST", "url": "https://api2.amplitude.com/scim/1/Groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new group in Amplitude via SCIM." }, { "info": { "name": "Amplitude Get a SCIM Group", "type": "http" }, "http": { "method": "GET", "url": "https://api2.amplitude.com/scim/1/Groups/:group_id", "params": [ { "name": "group_id", "value": "", "type": "path", "description": "The SCIM group ID." } ] }, "docs": "Retrieve a single group by its SCIM group ID." }, { "info": { "name": "Amplitude Update a SCIM Group", "type": "http" }, "http": { "method": "PATCH", "url": "https://api2.amplitude.com/scim/1/Groups/:group_id", "params": [ { "name": "group_id", "value": "", "type": "path", "description": "The SCIM group ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially update a group's attributes or membership." }, { "info": { "name": "Amplitude Delete a SCIM Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api2.amplitude.com/scim/1/Groups/:group_id", "params": [ { "name": "group_id", "value": "", "type": "path", "description": "The SCIM group ID." } ] }, "docs": "Delete a group from Amplitude." } ] } ], "bundled": true }