{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Members API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Members", "type": "folder" }, "items": [ { "info": { "name": "Microsoft List team members", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/teams/:teamId/members", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "Team unique identifier" } ] }, "docs": "Get the members of a team." }, { "info": { "name": "Microsoft Add a team member", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/teams/:teamId/members", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "Team unique identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a new member to a team." } ] } ], "bundled": true }