{ "opencollection": "1.0.0", "info": { "name": "OpenMetadata APIs Agent Executions SCIM API", "version": "1.13" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "SCIM", "type": "folder" }, "items": [ { "info": { "name": "List SCIM groups", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/scim/Groups" }, "docs": "Lists SCIM groups based on optional filters." }, { "info": { "name": "Create SCIM group", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/scim/Groups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new SCIM group." }, { "info": { "name": "List SCIM users", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/scim/Users" }, "docs": "Lists SCIM users based on optional filters." }, { "info": { "name": "Create SCIM user", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/scim/Users", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new SCIM user." }, { "info": { "name": "Get SCIM group by ID", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/scim/Groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "SCIM Group ID" } ] }, "docs": "Retrieves a SCIM group identified by ID." }, { "info": { "name": "Update SCIM group", "type": "http" }, "http": { "method": "PUT", "url": "/api/v1/scim/Groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "SCIM Group ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a SCIM group identified by ID." }, { "info": { "name": "Patch SCIM group", "type": "http" }, "http": { "method": "PATCH", "url": "/api/v1/scim/Groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "SCIM Group ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patch updates to a SCIM group identified by ID." }, { "info": { "name": "Delete SCIM group", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/scim/Groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "SCIM Group ID" } ] }, "docs": "Deletes a SCIM group identified by ID." }, { "info": { "name": "Get SCIM user by ID", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/scim/Users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "SCIM User ID" } ] }, "docs": "Retrieves a SCIM user identified by ID." }, { "info": { "name": "Update SCIM user", "type": "http" }, "http": { "method": "PUT", "url": "/api/v1/scim/Users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "SCIM User ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a SCIM user identified by ID." }, { "info": { "name": "Patch SCIM user", "type": "http" }, "http": { "method": "PATCH", "url": "/api/v1/scim/Users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "SCIM User ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patch updates to a SCIM user identified by ID." }, { "info": { "name": "Delete SCIM user", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/scim/Users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "SCIM User ID" } ] }, "docs": "Deletes a SCIM user identified by ID." }, { "info": { "name": "Get SCIM schemas", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/scim/Schemas" }, "docs": "Returns supported SCIM schemas." }, { "info": { "name": "Get SCIM Service Provider Config", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/scim" }, "docs": "Returns the SCIM service provider configuration." }, { "info": { "name": "Alias endpoint for SCIM Service Provider Config", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/scim/ServiceProviderConfig" }, "docs": "Alias endpoint for service provider configuration." } ] } ], "bundled": true }