{ "opencollection": "1.0.0", "info": { "name": "Gluu Flex SCIM 2.0 discovery users API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "users", "type": "folder" }, "items": [ { "info": { "name": "Query users", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/jans-scim/restv1/v2/Users", "params": [ { "name": "filter", "value": "", "type": "query" }, { "name": "startIndex", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "sortOrder", "value": "", "type": "query" } ] }, "docs": "Query users" }, { "info": { "name": "Create a user", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/jans-scim/restv1/v2/Users", "body": { "type": "json", "data": "{}" } }, "docs": "Create a user" }, { "info": { "name": "Search users with a SearchRequest body", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/jans-scim/restv1/v2/Users/.search" }, "docs": "Search users with a SearchRequest body" }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/jans-scim/restv1/v2/Users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a user" }, { "info": { "name": "Replace a user", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}/jans-scim/restv1/v2/Users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Replace a user" }, { "info": { "name": "Patch a user (RFC 7644)", "type": "http" }, "http": { "method": "PATCH", "url": "https://{host}/jans-scim/restv1/v2/Users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Patch a user (RFC 7644)" }, { "info": { "name": "Delete a user", "type": "http" }, "http": { "method": "DELETE", "url": "https://{host}/jans-scim/restv1/v2/Users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a user" }, { "info": { "name": "Bulk SCIM operations", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/jans-scim/restv1/v2/Bulk" }, "docs": "Bulk SCIM operations" } ] } ], "bundled": true }