{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Teams API", "version": "1.0.0" }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List Teams", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/teams", "params": [ { "name": "max", "value": "100", "type": "query", "description": "Limit the maximum number of teams in the response." } ] }, "docs": "Lists teams to which the authenticated user belongs." }, { "info": { "name": "Create a Team", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/teams", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a team.\n\nThe authenticated user is automatically added as a member of the team. See the [Team Memberships API](/docs/api/v1/team-memberships) to learn how to add more people to the team." }, { "info": { "name": "Get Team Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/teams/:teamId", "params": [ { "name": "teamId", "value": "Y2lzY29zcGFyazovL3VzL1RFQU0vMTNlMThmNDAtNDJmYy0xMWU2LWE5ZDgtMjExYTBkYzc5NzY5", "type": "path", "description": "The unique identifier for the team." }, { "name": "description", "value": "The A team", "type": "query", "description": "The teams description." } ] }, "docs": "Shows details for a team, by ID.\n\nSpecify the team ID in the `teamId` parameter in the URI." }, { "info": { "name": "Update a Team", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/teams/:teamId", "params": [ { "name": "teamId", "value": "Y2lzY29zcGFyazovL3VzL1RFQU0vMTNlMThmNDAtNDJmYy0xMWU2LWE5ZDgtMjExYTBkYzc5NzY5", "type": "path", "description": "The unique identifier for the team." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates details for a team, by ID.\n\nSpecify the team ID in the `teamId` parameter in the URI." }, { "info": { "name": "Delete a Team", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/teams/:teamId", "params": [ { "name": "teamId", "value": "Y2lzY29zcGFyazovL3VzL1RFQU0vMTNlMThmNDAtNDJmYy0xMWU2LWE5ZDgtMjExYTBkYzc5NzY5", "type": "path", "description": "The unique identifier for the team." } ] }, "docs": "Deletes a team, by ID.\n\nSpecify the team ID in the `teamId` parameter in the URI." } ] } ], "bundled": true }