{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Roles API", "version": "1.0.0" }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "List Roles", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/roles" }, "docs": "List all roles. Must be called by an admin user." }, { "info": { "name": "Get Role Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/roles/:roleId", "params": [ { "name": "roleId", "value": "Y2lzY29zcGFyazovL3VzL1JPTEUvOTZhYmMyYWEtM2RjYy0xMWU1LWExNTItZmUzNDgxOWNkYzlh", "type": "path", "description": "The unique identifier for the role." } ] }, "docs": "Shows details for a role, by ID.\n\nSpecify the role ID in the `roleId` parameter in the URI." } ] } ], "bundled": true }