{ "opencollection": "1.0.0", "info": { "name": "Cisco Voice Portal Administration Application Configuration User Management API", "version": "12.6.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "User Management", "type": "folder" }, "items": [ { "info": { "name": "Cisco Voice Portal List Oamp Users", "type": "http" }, "http": { "method": "GET", "url": "https://{oamp-server}:9443/oamp/rest/user" }, "docs": "Retrieves a list of users with access to the CVP OAMP management interface. Users are assigned roles that determine their access level." }, { "info": { "name": "Cisco Voice Portal Create an Oamp User", "type": "http" }, "http": { "method": "POST", "url": "https://{oamp-server}:9443/oamp/rest/user", "body": { "type": "json", "data": "{}" } }, "docs": "Cisco Voice Portal Create an Oamp User" } ] } ], "bundled": true }