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