{ "opencollection": "1.0.0", "info": { "name": "Small Improvements action-item-resource user-import-resource API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "user-import-resource", "type": "folder" }, "items": [ { "info": { "name": "importUsersCsv", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/user-import/CSV", "params": [ { "name": "company", "value": "", "type": "query", "description": "company" } ], "body": { "type": "json", "data": "{}" } }, "docs": "importUsersCsv" }, { "info": { "name": "importGoogleAppsUsers", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/user-import/GOOGLE_APPS", "body": { "type": "json", "data": "{}" } }, "docs": "importGoogleAppsUsers" }, { "info": { "name": "createGoogleAppsPreview", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/user-import/GOOGLE_APPS/preview", "params": [ { "name": "company", "value": "", "type": "query", "description": "company" } ], "body": { "type": "json", "data": "{}" } }, "docs": "createGoogleAppsPreview" }, { "info": { "name": "getGoogleAppsPreview", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/user-import/GOOGLE_APPS/preview/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "getGoogleAppsPreview" }, { "info": { "name": "simulateGoogleAppsImportUser", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/user-import/GOOGLE_APPS/simulate", "params": [ { "name": "company", "value": "", "type": "query", "description": "company" } ], "body": { "type": "json", "data": "{}" } }, "docs": "simulateGoogleAppsImportUser" }, { "info": { "name": "getSimulationGoogleApps", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/user-import/GOOGLE_APPS/simulation/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "getSimulationGoogleApps" }, { "info": { "name": "getSimulationOverviewListGoogleApps", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/user-import/GOOGLE_APPS/simulations", "params": [ { "name": "company", "value": "", "type": "query", "description": "company" } ] }, "docs": "getSimulationOverviewListGoogleApps" }, { "info": { "name": "importUsers", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/user-import/:type", "params": [ { "name": "type", "value": "", "type": "path", "description": "type" } ], "body": { "type": "json", "data": "{}" } }, "docs": "importUsers" }, { "info": { "name": "createPreview", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/user-import/:type/preview", "params": [ { "name": "company", "value": "", "type": "query", "description": "company" }, { "name": "type", "value": "", "type": "path", "description": "type" } ], "body": { "type": "json", "data": "{}" } }, "docs": "createPreview" }, { "info": { "name": "getPreview", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/user-import/:type/preview/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "getPreview" }, { "info": { "name": "simulateImportUser", "type": "http" }, "http": { "method": "POST", "url": "https://app.small-improvements.com/api/v2/user-import/:type/simulate", "params": [ { "name": "company", "value": "", "type": "query", "description": "company" }, { "name": "type", "value": "", "type": "path", "description": "type" } ], "body": { "type": "json", "data": "{}" } }, "docs": "simulateImportUser" }, { "info": { "name": "getSimulation", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/user-import/:type/simulation/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ] }, "docs": "getSimulation" }, { "info": { "name": "getSimulationOverviewList", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/user-import/:type/simulations", "params": [ { "name": "company", "value": "", "type": "query", "description": "company" }, { "name": "type", "value": "", "type": "path", "description": "type" } ] }, "docs": "getSimulationOverviewList" } ] } ], "bundled": true }