{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Scim API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Scim", "type": "folder" }, "items": [ { "info": { "name": "Factset Retrieves a list of VRS users", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/scim/v2/Users", "params": [ { "name": "count", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return" }, { "name": "startIndex", "value": "", "type": "query", "description": "The 1-based index of the first query result" } ] }, "docs": "Retrieves a list of VRS users" }, { "info": { "name": "Factset Creates a user", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/scim/v2/Users", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a VRS user" }, { "info": { "name": "Factset Retrieves a VRS User", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/scim/v2/Users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The ID of the user" } ] }, "docs": "Retrieves a VRS user based on their ID" }, { "info": { "name": "Factset Updates a VRS user", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/scim/v2/Users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The ID of the user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates (replaces) a VRS user with the properties in the JSON" }, { "info": { "name": "Factset Add or remove VRS user attributes", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/scim/v2/Users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The ID of the user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds or removes VRS user attributes based on the JSON properties" }, { "info": { "name": "Factset Deletes a VRS user", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/scim/v2/Users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The ID of the user" } ] }, "docs": "Deletes a VRS user (this marks them as 'Deleted' in the database)" }, { "info": { "name": "Factset Retrieves a list of VRS role", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/scim/v2/Groups", "params": [ { "name": "count", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return" }, { "name": "startIndex", "value": "", "type": "query", "description": "The 1-based index of the first query result" } ] }, "docs": "Retrieves a VRS roles" }, { "info": { "name": "Factset Creates a role", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/scim/v2/Groups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a VRS role" }, { "info": { "name": "Factset Retrieves a VRS role", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/scim/v2/Groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The ID of the role" } ] }, "docs": "Retrieves a VRS role based on the ID" }, { "info": { "name": "Factset Updates a VRS Group", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/scim/v2/Groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The ID of the group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates (replaces) a VRS Group with the properties in the JSON" }, { "info": { "name": "Factset Add or remove a user to/from a group", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/scim/v2/Groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The ID of the role" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds or removes a VRS user to/from a VRS role" }, { "info": { "name": "Factset Deletes a VRS role", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/scim/v2/Groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "The ID of the group" } ] }, "docs": "Deletes a VRS role" } ] } ], "bundled": true }