{ "opencollection": "1.0.0", "info": { "name": "VISO TRUST API Documentation client-api-assessment-rest-resource client-api-user-rest-resource API", "version": "v1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "client-api-user-rest-resource", "type": "folder" }, "items": [ { "info": { "name": "Get all users in your organization", "type": "http" }, "http": { "method": "GET", "url": "https://app.visotrust.com/api/v1/users", "params": [ { "name": "page", "value": "", "type": "query", "description": "Results page you want to retrieve (0..N)" }, { "name": "size", "value": "", "type": "query", "description": "Number of records per page" }, { "name": "sort", "value": "lastName,asc", "type": "query", "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported." } ] }, "docs": "Get all users in your organization" }, { "info": { "name": "createUser", "type": "http" }, "http": { "method": "POST", "url": "https://app.visotrust.com/api/v1/users", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Get user by email", "type": "http" }, "http": { "method": "GET", "url": "https://app.visotrust.com/api/v1/users/:email", "params": [ { "name": "email", "value": "", "type": "path" } ] }, "docs": "Get user by email" } ] } ], "bundled": true }