{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes Scim API", "version": "0.1" }, "items": [ { "info": { "name": "Scim", "type": "folder" }, "items": [ { "info": { "name": "getGroups", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/scim/v2/Groups" } }, { "info": { "name": "getResourceTypes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/scim/v2/ResourceTypes" } }, { "info": { "name": "getSchemas", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/scim/v2/Schemas" } }, { "info": { "name": "getServiceProvider", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/scim/v2/ServiceProvider" } }, { "info": { "name": "getUsers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/scim/v2/Users", "params": [ { "name": "attributes", "value": "", "type": "query" }, { "name": "startIndex", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" }, { "name": "filter", "value": "", "type": "query" } ] } }, { "info": { "name": "createUser", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/scim/v2/Users", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "putUser", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/scim/v2/Users", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getUser", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/scim/v2/Users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Using Map here instead of @Body ScimUser because we suspect that there are arbitrary properties that are being sent from the SCIM providers that would be useful for us to capture so that we can provide richer analytics facets.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/scim/v2/Users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Using Map here instead of @Body ScimUser because we suspect that there are arbitrary properties that are being sent from the SCIM providers that would be useful for us to capture so that we can provide richer analytics facets." }, { "info": { "name": "patchUser", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/scim/v2/Users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteUser", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/scim/v2/Users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }