{ "info": { "_postman_id": "f860bdb6-8c40-4fd6-a420-98407bbce02a", "name": "Microsoft Graph Teams API", "description": "Core REST API for accessing Microsoft Teams data including teams, channels, messages, tabs, apps, calls, and online meetings through Microsoft Graph.\n\nContact Support:\n Name: Microsoft Graph Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "lastUpdatedBy": "35240", "uid": "35240-f860bdb6-8c40-4fd6-a420-98407bbce02a" }, "item": [ { "name": "me", "item": [ { "name": "joinedTeams", "item": [ { "name": "Microsoft Teams List Joined Teams", "id": "a1832aed-1e83-49f8-a036-eaa2b0dcba67", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/me/joinedTeams", "host": [ "{{baseUrl}}" ], "path": [ "me", "joinedTeams" ] }, "description": "Retrieve a list of teams the current user has joined." }, "response": [ { "id": "94a8746b-5916-4fb5-b4d3-e9b747c2bb28", "name": "Teams returned successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/joinedTeams", "host": [ "{{baseUrl}}" ], "path": [ "me", "joinedTeams" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"visibility\": \"public\",\n \"isArchived\": \"\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n },\n {\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"visibility\": \"private\",\n \"isArchived\": \"\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-94a8746b-5916-4fb5-b4d3-e9b747c2bb28" }, { "id": "b9f9d738-21e1-4b95-af69-394057b47ddb", "name": "Unauthorized.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/me/joinedTeams", "host": [ "{{baseUrl}}" ], "path": [ "me", "joinedTeams" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-b9f9d738-21e1-4b95-af69-394057b47ddb" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-a1832aed-1e83-49f8-a036-eaa2b0dcba67" } ], "id": "e4c4d973-dbd8-4cba-9e95-fc7e5f300cfa", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-e4c4d973-dbd8-4cba-9e95-fc7e5f300cfa" } ], "id": "3e94c436-b9ad-4c34-a8ef-0422fda97031", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-3e94c436-b9ad-4c34-a8ef-0422fda97031" }, { "name": "teams", "item": [ { "name": "{team-id}", "item": [ { "name": "archive", "item": [ { "name": "Microsoft Teams Archive Team", "id": "0b35a602-9a29-4bd8-b203-524d2ed28580", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"shouldSetSpoSiteReadOnlyForMembers\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/archive", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "archive" ], "variable": [ { "id": "2d54aacf-2361-400b-8f55-44fb900a5259", "key": "team-id", "value": "", "description": "(Required) The unique identifier of the team." } ] }, "description": "Archive a team, making it read-only." }, "response": [ { "id": "8688c748-0560-4541-9d84-416787920e0e", "name": "Archive operation accepted.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"shouldSetSpoSiteReadOnlyForMembers\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/archive", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "archive" ], "variable": [ { "key": "team-id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-8688c748-0560-4541-9d84-416787920e0e" }, { "id": "9a071e07-0c04-4fb4-9914-ed2ba3fa643f", "name": "Unauthorized.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"shouldSetSpoSiteReadOnlyForMembers\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/archive", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "archive" ], "variable": [ { "key": "team-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-9a071e07-0c04-4fb4-9914-ed2ba3fa643f" }, { "id": "7fe813d6-ae4f-40c4-8acf-9daca3e35561", "name": "Team not found.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"shouldSetSpoSiteReadOnlyForMembers\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/archive", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "archive" ], "variable": [ { "key": "team-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-7fe813d6-ae4f-40c4-8acf-9daca3e35561" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-0b35a602-9a29-4bd8-b203-524d2ed28580" } ], "id": "9464db8c-9075-40f0-8430-2785ce70e155", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-9464db8c-9075-40f0-8430-2785ce70e155" }, { "name": "channels", "item": [ { "name": "{channel-id}", "item": [ { "name": "messages", "item": [ { "name": "Microsoft Teams List Channel Messages", "id": "e1e48c24-1268-45ae-ad53-8f90e43d99ee", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/channels/:channel-id/messages?$top=20", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels", ":channel-id", "messages" ], "query": [ { "description": "Maximum number of messages to return.", "key": "$top", "value": "20" } ], "variable": [ { "id": "89792d7c-8f34-46b1-add0-cd35c9f2e864", "key": "team-id", "value": "", "description": "(Required) The unique identifier of the team." }, { "id": "dfb53a00-e1a9-4515-b369-be8094191ef2", "key": "channel-id", "value": "", "description": "(Required) The unique identifier of the channel." } ] }, "description": "Retrieve messages from a channel." }, "response": [ { "id": "41eab5cd-cb11-48bc-86e2-6ecea4a0526c", "name": "Messages returned successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/channels/:channel-id/messages?$top=20", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels", ":channel-id", "messages" ], "query": [ { "description": "Maximum number of messages to return.", "key": "$top", "value": "20" } ], "variable": [ { "key": "team-id" }, { "key": "channel-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"messageType\": \"unknownFutureValue\",\n \"importance\": \"normal\",\n \"subject\": \"\",\n \"body\": {\n \"contentType\": \"html\",\n \"content\": \"\"\n },\n \"from\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n },\n {\n \"id\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"messageType\": \"typing\",\n \"importance\": \"high\",\n \"subject\": \"\",\n \"body\": {\n \"contentType\": \"text\",\n \"content\": \"\"\n },\n \"from\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n }\n ]\n}", "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-41eab5cd-cb11-48bc-86e2-6ecea4a0526c" }, { "id": "925322ff-ed09-4e3c-9140-05f9d5053e23", "name": "Unauthorized.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/channels/:channel-id/messages?$top=20", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels", ":channel-id", "messages" ], "query": [ { "description": "Maximum number of messages to return.", "key": "$top", "value": "20" } ], "variable": [ { "key": "team-id" }, { "key": "channel-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-925322ff-ed09-4e3c-9140-05f9d5053e23" }, { "id": "d38e9733-65c9-46c6-9ba3-bac56796c25f", "name": "Channel not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/channels/:channel-id/messages?$top=20", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels", ":channel-id", "messages" ], "query": [ { "description": "Maximum number of messages to return.", "key": "$top", "value": "20" } ], "variable": [ { "key": "team-id" }, { "key": "channel-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-d38e9733-65c9-46c6-9ba3-bac56796c25f" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-e1e48c24-1268-45ae-ad53-8f90e43d99ee" }, { "name": "Microsoft Teams Send Channel Message", "id": "b5747d99-386f-46d8-9a3a-ba78a4b9ebc8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"messageType\": \"typing\",\n \"importance\": \"normal\",\n \"subject\": \"\",\n \"body\": {\n \"contentType\": \"text\",\n \"content\": \"\"\n },\n \"from\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/channels/:channel-id/messages", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels", ":channel-id", "messages" ], "variable": [ { "id": "b5504bcd-7b9f-4b7d-a444-13a13f5e10a4", "key": "team-id", "value": "", "description": "(Required) The unique identifier of the team." }, { "id": "149931cd-1bd6-4dcf-977e-ceac49fbb167", "key": "channel-id", "value": "", "description": "(Required) The unique identifier of the channel." } ] }, "description": "Send a message to a channel." }, "response": [ { "id": "f526c096-a04e-478c-ac5e-eedb1fdcc415", "name": "Message sent successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"messageType\": \"typing\",\n \"importance\": \"normal\",\n \"subject\": \"\",\n \"body\": {\n \"contentType\": \"text\",\n \"content\": \"\"\n },\n \"from\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/channels/:channel-id/messages", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels", ":channel-id", "messages" ], "variable": [ { "key": "team-id" }, { "key": "channel-id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"messageType\": \"typing\",\n \"importance\": \"normal\",\n \"subject\": \"\",\n \"body\": {\n \"contentType\": \"text\",\n \"content\": \"\"\n },\n \"from\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-f526c096-a04e-478c-ac5e-eedb1fdcc415" }, { "id": "e20cf9d1-173b-4806-970b-2ab006dab59d", "name": "Bad request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"messageType\": \"typing\",\n \"importance\": \"normal\",\n \"subject\": \"\",\n \"body\": {\n \"contentType\": \"text\",\n \"content\": \"\"\n },\n \"from\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/channels/:channel-id/messages", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels", ":channel-id", "messages" ], "variable": [ { "key": "team-id" }, { "key": "channel-id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-e20cf9d1-173b-4806-970b-2ab006dab59d" }, { "id": "2b314902-6157-427b-a119-0dbdd3b735dd", "name": "Unauthorized.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"createdDateTime\": \"\",\n \"lastModifiedDateTime\": \"\",\n \"messageType\": \"typing\",\n \"importance\": \"normal\",\n \"subject\": \"\",\n \"body\": {\n \"contentType\": \"text\",\n \"content\": \"\"\n },\n \"from\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/channels/:channel-id/messages", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels", ":channel-id", "messages" ], "variable": [ { "key": "team-id" }, { "key": "channel-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-2b314902-6157-427b-a119-0dbdd3b735dd" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-b5747d99-386f-46d8-9a3a-ba78a4b9ebc8" } ], "id": "7d8b4690-5cf2-47c9-8a26-7018128668e5", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-7d8b4690-5cf2-47c9-8a26-7018128668e5" }, { "name": "tabs", "item": [ { "name": "Microsoft Teams List Channel Tabs", "id": "650847f2-0f5a-42e1-b2c2-365159ed3498", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/channels/:channel-id/tabs", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels", ":channel-id", "tabs" ], "variable": [ { "id": "a59133f4-401d-4538-9914-176ed65eefd9", "key": "team-id", "value": "", "description": "(Required) The unique identifier of the team." }, { "id": "7d913fab-3814-463e-abb1-469871a6e908", "key": "channel-id", "value": "", "description": "(Required) The unique identifier of the channel." } ] }, "description": "Retrieve a list of tabs in a channel." }, "response": [ { "id": "b98f61b7-61e3-401a-a2da-0a01ce1b6138", "name": "Tabs returned successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/channels/:channel-id/tabs", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels", ":channel-id", "tabs" ], "variable": [ { "key": "team-id" }, { "key": "channel-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"displayName\": \"\",\n \"webUrl\": \"\",\n \"configuration\": {\n \"entityId\": \"\",\n \"contentUrl\": \"\",\n \"removeUrl\": \"\",\n \"websiteUrl\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"displayName\": \"\",\n \"webUrl\": \"\",\n \"configuration\": {\n \"entityId\": \"\",\n \"contentUrl\": \"\",\n \"removeUrl\": \"\",\n \"websiteUrl\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-b98f61b7-61e3-401a-a2da-0a01ce1b6138" }, { "id": "628a3eca-5c6e-4993-a25a-002fc5df1eb6", "name": "Unauthorized.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/channels/:channel-id/tabs", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels", ":channel-id", "tabs" ], "variable": [ { "key": "team-id" }, { "key": "channel-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-628a3eca-5c6e-4993-a25a-002fc5df1eb6" }, { "id": "ff5f55e4-360a-4eba-a210-7151b82ebe87", "name": "Channel not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/channels/:channel-id/tabs", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels", ":channel-id", "tabs" ], "variable": [ { "key": "team-id" }, { "key": "channel-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-ff5f55e4-360a-4eba-a210-7151b82ebe87" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-650847f2-0f5a-42e1-b2c2-365159ed3498" } ], "id": "ad86a6d9-cca1-4979-9aa8-a7e750148c16", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-ad86a6d9-cca1-4979-9aa8-a7e750148c16" } ], "id": "46ba7a7c-16ba-4f17-b1a2-3eef4f2c0db2", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-46ba7a7c-16ba-4f17-b1a2-3eef4f2c0db2" }, { "name": "Microsoft Teams List Channels", "id": "9fe837c1-8d65-47c7-9a11-5f7822c7b643", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/channels", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels" ], "variable": [ { "id": "70341ff5-8b94-42f1-8286-3cf6cce4c1dd", "key": "team-id", "value": "", "description": "(Required) The unique identifier of the team." } ] }, "description": "Retrieve a list of channels in a team." }, "response": [ { "id": "ef71d8dc-eb52-44cd-9b51-43181e6c4738", "name": "Channels returned successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/channels", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels" ], "variable": [ { "key": "team-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"membershipType\": \"private\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n },\n {\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"membershipType\": \"shared\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-ef71d8dc-eb52-44cd-9b51-43181e6c4738" }, { "id": "d719e432-6709-41d3-9043-34af8126856b", "name": "Unauthorized.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/channels", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels" ], "variable": [ { "key": "team-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-d719e432-6709-41d3-9043-34af8126856b" }, { "id": "50171163-7ec6-47c1-88c5-c589fbc6da74", "name": "Team not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/channels", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels" ], "variable": [ { "key": "team-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-50171163-7ec6-47c1-88c5-c589fbc6da74" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-9fe837c1-8d65-47c7-9a11-5f7822c7b643" }, { "name": "Microsoft Teams Create Channel", "id": "35f78d0f-fb9e-43f2-9443-9b5b0e9a7a15", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"membershipType\": \"private\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/channels", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels" ], "variable": [ { "id": "36fe24f1-c728-45bc-9ddd-592a56cc03e0", "key": "team-id", "value": "", "description": "(Required) The unique identifier of the team." } ] }, "description": "Create a new channel in a team." }, "response": [ { "id": "1e4265b4-6ffa-4fda-bf27-588cafc694f1", "name": "Channel created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"membershipType\": \"private\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/channels", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels" ], "variable": [ { "key": "team-id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"membershipType\": \"private\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-1e4265b4-6ffa-4fda-bf27-588cafc694f1" }, { "id": "90bee95c-a60a-4e21-a028-af8ceee1960b", "name": "Bad request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"membershipType\": \"private\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/channels", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels" ], "variable": [ { "key": "team-id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-90bee95c-a60a-4e21-a028-af8ceee1960b" }, { "id": "5979725e-4814-49cd-bb19-c7d6d0c3962e", "name": "Unauthorized.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"membershipType\": \"private\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/channels", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "channels" ], "variable": [ { "key": "team-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-5979725e-4814-49cd-bb19-c7d6d0c3962e" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-35f78d0f-fb9e-43f2-9443-9b5b0e9a7a15" } ], "id": "7b4251da-db7f-4ffb-a6d0-e7ee056b8d4d", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-7b4251da-db7f-4ffb-a6d0-e7ee056b8d4d" }, { "name": "installedApps", "item": [ { "name": "Microsoft Teams List Installed Apps", "id": "cb6bf638-fc8f-42d5-9797-b393a79a05b5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/installedApps", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "installedApps" ], "variable": [ { "id": "8a392be4-7593-4062-b468-c29651a15905", "key": "team-id", "value": "", "description": "(Required) The unique identifier of the team." } ] }, "description": "Retrieve a list of apps installed in a team." }, "response": [ { "id": "d3694d34-9aa2-40d1-b51a-2161628a295b", "name": "Installed apps returned successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/installedApps", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "installedApps" ], "variable": [ { "key": "team-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"teamsApp\": {\n \"id\": \"\",\n \"displayName\": \"\",\n \"distributionMethod\": \"organization\"\n }\n },\n {\n \"id\": \"\",\n \"teamsApp\": {\n \"id\": \"\",\n \"displayName\": \"\",\n \"distributionMethod\": \"organization\"\n }\n }\n ]\n}", "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-d3694d34-9aa2-40d1-b51a-2161628a295b" }, { "id": "6d27f15a-018e-4690-a409-f43380f12bd4", "name": "Unauthorized.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/installedApps", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "installedApps" ], "variable": [ { "key": "team-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-6d27f15a-018e-4690-a409-f43380f12bd4" }, { "id": "9f6abab7-a5ca-4be7-a59b-336ec56aee31", "name": "Team not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/installedApps", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "installedApps" ], "variable": [ { "key": "team-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-9f6abab7-a5ca-4be7-a59b-336ec56aee31" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-cb6bf638-fc8f-42d5-9797-b393a79a05b5" } ], "id": "9595f97d-4dd5-4962-b34d-425f0e39cfd6", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-9595f97d-4dd5-4962-b34d-425f0e39cfd6" }, { "name": "members", "item": [ { "name": "{membership-id}", "item": [ { "name": "Microsoft Teams Remove Team Member", "id": "26933235-aee0-4e48-9ef6-b4e6ae39a4dd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/teams/:team-id/members/:membership-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members", ":membership-id" ], "variable": [ { "id": "971f79c9-2e2c-4d03-b192-68e75346e1c1", "key": "team-id", "value": "", "description": "(Required) The unique identifier of the team." }, { "id": "0e63e175-1198-4637-a6a0-112bdeccb027", "key": "membership-id", "value": "", "description": "(Required) The membership ID of the member." } ] }, "description": "Remove a member from a team." }, "response": [ { "id": "054b80ca-d64e-484e-82e0-435d7870e364", "name": "Member removed successfully.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/members/:membership-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members", ":membership-id" ], "variable": [ { "key": "team-id" }, { "key": "membership-id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-054b80ca-d64e-484e-82e0-435d7870e364" }, { "id": "19d1a9f2-edd3-4512-8e94-1c1ebba4567b", "name": "Unauthorized.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/members/:membership-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members", ":membership-id" ], "variable": [ { "key": "team-id" }, { "key": "membership-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-19d1a9f2-edd3-4512-8e94-1c1ebba4567b" }, { "id": "284b57e1-4261-4bd0-b54d-6322e7c88aa0", "name": "Member not found.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/members/:membership-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members", ":membership-id" ], "variable": [ { "key": "team-id" }, { "key": "membership-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-284b57e1-4261-4bd0-b54d-6322e7c88aa0" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-26933235-aee0-4e48-9ef6-b4e6ae39a4dd" }, { "name": "Microsoft Teams Update Team Member", "id": "1169de6b-78a0-4065-a057-74da4dec96e7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"roles\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/members/:membership-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members", ":membership-id" ], "variable": [ { "id": "a3f810fb-cb69-427d-aced-895e5e366ecb", "key": "team-id", "value": "", "description": "(Required) The unique identifier of the team." }, { "id": "1b4ed41b-2ab8-40fc-abfd-ea6a604a6647", "key": "membership-id", "value": "", "description": "(Required) The membership ID of the member." } ] }, "description": "Update a member's role in a team." }, "response": [ { "id": "ba8d85b3-5e2b-4dff-bda9-29f0f11f487b", "name": "Member updated successfully.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"roles\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/members/:membership-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members", ":membership-id" ], "variable": [ { "key": "team-id" }, { "key": "membership-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"userId\": \"\",\n \"email\": \"\"\n}", "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-ba8d85b3-5e2b-4dff-bda9-29f0f11f487b" }, { "id": "9fcdfb72-7c28-4fce-8f6b-531c88504b0e", "name": "Bad request.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"roles\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/members/:membership-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members", ":membership-id" ], "variable": [ { "key": "team-id" }, { "key": "membership-id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-9fcdfb72-7c28-4fce-8f6b-531c88504b0e" }, { "id": "a0ffd02c-85e5-4425-9a7b-3bc8f3dffc38", "name": "Unauthorized.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"roles\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/members/:membership-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members", ":membership-id" ], "variable": [ { "key": "team-id" }, { "key": "membership-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-a0ffd02c-85e5-4425-9a7b-3bc8f3dffc38" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-1169de6b-78a0-4065-a057-74da4dec96e7" } ], "id": "11711338-48b7-48e5-acea-b28f188a6885", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-11711338-48b7-48e5-acea-b28f188a6885" }, { "name": "Microsoft Teams List Team Members", "id": "95516856-05f8-44b0-bbca-dd4003454e44", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/members", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members" ], "variable": [ { "id": "9273f025-494f-4fde-a2bd-1a32b94ebd6b", "key": "team-id", "value": "", "description": "(Required) The unique identifier of the team." } ] }, "description": "Retrieve a list of members in a team." }, "response": [ { "id": "89a001b9-21e7-4dc8-bf87-94086549d4df", "name": "Members returned successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/members", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members" ], "variable": [ { "key": "team-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"value\": [\n {\n \"id\": \"\",\n \"displayName\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"userId\": \"\",\n \"email\": \"\"\n },\n {\n \"id\": \"\",\n \"displayName\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"userId\": \"\",\n \"email\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-89a001b9-21e7-4dc8-bf87-94086549d4df" }, { "id": "a40320bd-2e76-44cb-8215-7387dbee6eca", "name": "Unauthorized.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/members", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members" ], "variable": [ { "key": "team-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-a40320bd-2e76-44cb-8215-7387dbee6eca" }, { "id": "a6c9ded1-bed7-400e-96c9-ac04179e7819", "name": "Team not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id/members", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members" ], "variable": [ { "key": "team-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-a6c9ded1-bed7-400e-96c9-ac04179e7819" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-95516856-05f8-44b0-bbca-dd4003454e44" }, { "name": "Microsoft Teams Add Team Member", "id": "efe58c96-04db-4c6f-9a3e-232b6aba59db", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"userId\": \"\",\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/members", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members" ], "variable": [ { "id": "78ec2459-95ab-4fcc-a099-7a59a812f1ab", "key": "team-id", "value": "", "description": "(Required) The unique identifier of the team." } ] }, "description": "Add a new member to a team." }, "response": [ { "id": "2d8cb1f2-4789-439f-8f21-f9f288d6221c", "name": "Member added successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"userId\": \"\",\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/members", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members" ], "variable": [ { "key": "team-id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"userId\": \"\",\n \"email\": \"\"\n}", "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-2d8cb1f2-4789-439f-8f21-f9f288d6221c" }, { "id": "4537fa4f-dd9a-49e4-9d1a-39016c586321", "name": "Bad request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"userId\": \"\",\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/members", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members" ], "variable": [ { "key": "team-id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-4537fa4f-dd9a-49e4-9d1a-39016c586321" }, { "id": "354facad-4b10-459f-af48-90695ab5beb4", "name": "Unauthorized.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"userId\": \"\",\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id/members", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id", "members" ], "variable": [ { "key": "team-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-354facad-4b10-459f-af48-90695ab5beb4" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-efe58c96-04db-4c6f-9a3e-232b6aba59db" } ], "id": "f074433d-a850-472e-8436-5a900c2082c3", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-f074433d-a850-472e-8436-5a900c2082c3" }, { "name": "Microsoft Teams Get Team", "id": "1ab02be9-46df-424e-abf7-c676bc99d6d4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id" ], "variable": [ { "id": "84a096f6-b141-47c5-8fc2-02bfac23efa8", "key": "team-id", "value": "", "description": "(Required) The unique identifier of the team." } ] }, "description": "Retrieve a specific team by ID." }, "response": [ { "id": "2a188592-3029-4528-90d6-e3b896503344", "name": "Team returned successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id" ], "variable": [ { "key": "team-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"visibility\": \"private\",\n \"isArchived\": \"\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-2a188592-3029-4528-90d6-e3b896503344" }, { "id": "ac3ff849-eb24-43c2-9ae5-b190fc2121b0", "name": "Unauthorized.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id" ], "variable": [ { "key": "team-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-ac3ff849-eb24-43c2-9ae5-b190fc2121b0" }, { "id": "e5355ae6-6dba-42d5-b09b-d621e281c120", "name": "Team not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id" ], "variable": [ { "key": "team-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-e5355ae6-6dba-42d5-b09b-d621e281c120" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-1ab02be9-46df-424e-abf7-c676bc99d6d4" }, { "name": "Microsoft Teams Update Team", "id": "c2b99adf-a2a0-4cd4-949b-9eb926513326", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"visibility\": \"private\",\n \"isArchived\": \"\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id" ], "variable": [ { "id": "8096f5a6-654b-4d89-85b4-de38e3c4bc6c", "key": "team-id", "value": "", "description": "(Required) The unique identifier of the team." } ] }, "description": "Update team properties." }, "response": [ { "id": "6449618a-84fd-4dae-8bc0-708addfea978", "name": "Team updated successfully.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"visibility\": \"private\",\n \"isArchived\": \"\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id" ], "variable": [ { "key": "team-id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-6449618a-84fd-4dae-8bc0-708addfea978" }, { "id": "0ad56fd8-0c7a-498b-9193-bb7460afbacd", "name": "Bad request.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"visibility\": \"private\",\n \"isArchived\": \"\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id" ], "variable": [ { "key": "team-id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-0ad56fd8-0c7a-498b-9193-bb7460afbacd" }, { "id": "77a71ee0-e566-45b9-8bf8-653798616d1c", "name": "Unauthorized.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"visibility\": \"private\",\n \"isArchived\": \"\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id" ], "variable": [ { "key": "team-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-77a71ee0-e566-45b9-8bf8-653798616d1c" }, { "id": "7448026d-2292-4717-95c8-c01a681e65ca", "name": "Team not found.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"visibility\": \"private\",\n \"isArchived\": \"\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams/:team-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id" ], "variable": [ { "key": "team-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-7448026d-2292-4717-95c8-c01a681e65ca" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-c2b99adf-a2a0-4cd4-949b-9eb926513326" }, { "name": "Microsoft Teams Delete Team", "id": "6ed022d2-c429-4bb3-8769-59b3be1e1b22", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/teams/:team-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id" ], "variable": [ { "id": "fd90d6bb-ce49-4f20-bee8-af7debc17f17", "key": "team-id", "value": "", "description": "(Required) The unique identifier of the team." } ] }, "description": "Delete a team and its associated group." }, "response": [ { "id": "4d67e81f-3228-452f-8d70-587b80dc69a3", "name": "Team deleted successfully.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id" ], "variable": [ { "key": "team-id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-4d67e81f-3228-452f-8d70-587b80dc69a3" }, { "id": "324b9a09-dd0e-4ffa-87e5-a14cf1aa32d1", "name": "Unauthorized.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id" ], "variable": [ { "key": "team-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-324b9a09-dd0e-4ffa-87e5-a14cf1aa32d1" }, { "id": "59a53031-a9df-4439-b500-cbc473a9e4f4", "name": "Team not found.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/teams/:team-id", "host": [ "{{baseUrl}}" ], "path": [ "teams", ":team-id" ], "variable": [ { "key": "team-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-59a53031-a9df-4439-b500-cbc473a9e4f4" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-6ed022d2-c429-4bb3-8769-59b3be1e1b22" } ], "id": "ddbb4776-f417-45ae-adfa-cca5f5fc0100", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-ddbb4776-f417-45ae-adfa-cca5f5fc0100" }, { "name": "Microsoft Teams Create Team", "id": "1e3c6600-a414-42af-8f28-7435893ce338", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"visibility\": \"private\",\n \"isArchived\": \"\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] }, "description": "Create a new team." }, "response": [ { "id": "ef81bba7-6d34-4e87-9de6-53525c941bf6", "name": "Team creation accepted (async operation).", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"visibility\": \"private\",\n \"isArchived\": \"\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "URL to poll for operation status.", "type": "text/plain" }, "key": "Location", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-ef81bba7-6d34-4e87-9de6-53525c941bf6" }, { "id": "b0ff88d5-b010-4ac9-96ca-169dc1fa73b3", "name": "Bad request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"visibility\": \"private\",\n \"isArchived\": \"\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-b0ff88d5-b010-4ac9-96ca-169dc1fa73b3" }, { "id": "05441374-2379-410d-94da-e7e89bc34ce9", "name": "Unauthorized.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"visibility\": \"private\",\n \"isArchived\": \"\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-05441374-2379-410d-94da-e7e89bc34ce9" }, { "id": "c37de4c6-c894-4cad-9574-37a0958180fd", "name": "Forbidden.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"displayName\": \"\",\n \"description\": \"\",\n \"visibility\": \"private\",\n \"isArchived\": \"\",\n \"createdDateTime\": \"\",\n \"webUrl\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/teams", "host": [ "{{baseUrl}}" ], "path": [ "teams" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-c37de4c6-c894-4cad-9574-37a0958180fd" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-1e3c6600-a414-42af-8f28-7435893ce338" } ], "id": "776d4ba4-9b3d-4940-b580-7c4043dcaa99", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-776d4ba4-9b3d-4940-b580-7c4043dcaa99" }, { "name": "communications", "item": [ { "name": "onlineMeetings", "item": [ { "name": "{meeting-id}", "item": [ { "name": "Microsoft Teams Get Online Meeting", "id": "2ed202f5-2b1d-4f74-a299-06701dce4c48", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/communications/onlineMeetings/:meeting-id", "host": [ "{{baseUrl}}" ], "path": [ "communications", "onlineMeetings", ":meeting-id" ], "variable": [ { "id": "8dbac721-94fa-45e9-a37a-92204ea5be32", "key": "meeting-id", "value": "", "description": "(Required) The unique identifier of the meeting." } ] }, "description": "Retrieve details of an online meeting." }, "response": [ { "id": "54def654-31cb-4df1-ad6a-c9458717fd58", "name": "Meeting returned successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/communications/onlineMeetings/:meeting-id", "host": [ "{{baseUrl}}" ], "path": [ "communications", "onlineMeetings", ":meeting-id" ], "variable": [ { "key": "meeting-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"subject\": \"\",\n \"startDateTime\": \"\",\n \"endDateTime\": \"\",\n \"joinWebUrl\": \"\",\n \"participants\": {\n \"organizer\": {\n \"identity\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n }\n }\n}", "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-54def654-31cb-4df1-ad6a-c9458717fd58" }, { "id": "6cd4f945-588c-4f52-85f5-f5291bb4c46d", "name": "Unauthorized.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/communications/onlineMeetings/:meeting-id", "host": [ "{{baseUrl}}" ], "path": [ "communications", "onlineMeetings", ":meeting-id" ], "variable": [ { "key": "meeting-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-6cd4f945-588c-4f52-85f5-f5291bb4c46d" }, { "id": "733eb644-6eb1-4716-ba2b-cdd7e25e89b1", "name": "Meeting not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/communications/onlineMeetings/:meeting-id", "host": [ "{{baseUrl}}" ], "path": [ "communications", "onlineMeetings", ":meeting-id" ], "variable": [ { "key": "meeting-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-733eb644-6eb1-4716-ba2b-cdd7e25e89b1" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-2ed202f5-2b1d-4f74-a299-06701dce4c48" } ], "id": "c232fa4f-31be-409c-b4ee-8311bc595173", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-c232fa4f-31be-409c-b4ee-8311bc595173" }, { "name": "Microsoft Teams Create Online Meeting", "id": "afebb60d-06c2-4980-a892-a831df272cd6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"subject\": \"\",\n \"startDateTime\": \"\",\n \"endDateTime\": \"\",\n \"joinWebUrl\": \"\",\n \"participants\": {\n \"organizer\": {\n \"identity\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/onlineMeetings", "host": [ "{{baseUrl}}" ], "path": [ "communications", "onlineMeetings" ] }, "description": "Create a new online meeting." }, "response": [ { "id": "4b0a9e0b-9450-4c5d-a343-2427d89d7820", "name": "Online meeting created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"subject\": \"\",\n \"startDateTime\": \"\",\n \"endDateTime\": \"\",\n \"joinWebUrl\": \"\",\n \"participants\": {\n \"organizer\": {\n \"identity\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/onlineMeetings", "host": [ "{{baseUrl}}" ], "path": [ "communications", "onlineMeetings" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"subject\": \"\",\n \"startDateTime\": \"\",\n \"endDateTime\": \"\",\n \"joinWebUrl\": \"\",\n \"participants\": {\n \"organizer\": {\n \"identity\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n }\n }\n}", "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-4b0a9e0b-9450-4c5d-a343-2427d89d7820" }, { "id": "55e2597a-3551-429d-8d22-830523eb3359", "name": "Bad request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"subject\": \"\",\n \"startDateTime\": \"\",\n \"endDateTime\": \"\",\n \"joinWebUrl\": \"\",\n \"participants\": {\n \"organizer\": {\n \"identity\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/onlineMeetings", "host": [ "{{baseUrl}}" ], "path": [ "communications", "onlineMeetings" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-55e2597a-3551-429d-8d22-830523eb3359" }, { "id": "2d76e1e7-2f7f-4051-83c5-40ada70ae9a6", "name": "Unauthorized.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"subject\": \"\",\n \"startDateTime\": \"\",\n \"endDateTime\": \"\",\n \"joinWebUrl\": \"\",\n \"participants\": {\n \"organizer\": {\n \"identity\": {\n \"user\": {\n \"id\": \"\",\n \"displayName\": \"\"\n }\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/onlineMeetings", "host": [ "{{baseUrl}}" ], "path": [ "communications", "onlineMeetings" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-2d76e1e7-2f7f-4051-83c5-40ada70ae9a6" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-afebb60d-06c2-4980-a892-a831df272cd6" } ], "id": "69de8a58-6c9c-4517-a76b-17b5049b949a", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-69de8a58-6c9c-4517-a76b-17b5049b949a" }, { "name": "calls", "item": [ { "name": "{call-id}", "item": [ { "name": "answer", "item": [ { "name": "Microsoft Teams Answer Call", "id": "3191f335-104e-4938-bb10-704feb576b68", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"callbackUri\": \"\",\n \"acceptedModalities\": [\n \"\",\n \"\"\n ],\n \"mediaConfig\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/calls/:call-id/answer", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id", "answer" ], "variable": [ { "id": "bf13eec4-5ac8-42e8-8096-b20b9ea5b45e", "key": "call-id", "value": "", "description": "(Required) The unique identifier of the call." } ] }, "description": "Answer an incoming call." }, "response": [ { "id": "3c514297-326a-4719-8f73-177db9abdf40", "name": "Call answer accepted.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"callbackUri\": \"\",\n \"acceptedModalities\": [\n \"\",\n \"\"\n ],\n \"mediaConfig\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/calls/:call-id/answer", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id", "answer" ], "variable": [ { "key": "call-id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-3c514297-326a-4719-8f73-177db9abdf40" }, { "id": "920aec6d-21fb-499a-a248-b0a09c1a65a8", "name": "Unauthorized.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"callbackUri\": \"\",\n \"acceptedModalities\": [\n \"\",\n \"\"\n ],\n \"mediaConfig\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/calls/:call-id/answer", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id", "answer" ], "variable": [ { "key": "call-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-920aec6d-21fb-499a-a248-b0a09c1a65a8" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-3191f335-104e-4938-bb10-704feb576b68" } ], "id": "2502b911-69a0-49b0-826d-9724cd167f59", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-2502b911-69a0-49b0-826d-9724cd167f59" }, { "name": "reject", "item": [ { "name": "Microsoft Teams Reject Call", "id": "5d03eeba-e328-49a5-8838-272cce636f15", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"forbidden\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/calls/:call-id/reject", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id", "reject" ], "variable": [ { "id": "018af36f-9a85-4bf5-a09b-f27d93f01d40", "key": "call-id", "value": "", "description": "(Required) The unique identifier of the call." } ] }, "description": "Reject an incoming call." }, "response": [ { "id": "e89ba310-ea9f-475d-80dc-8c06c207880e", "name": "Call rejection accepted.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"forbidden\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/calls/:call-id/reject", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id", "reject" ], "variable": [ { "key": "call-id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-e89ba310-ea9f-475d-80dc-8c06c207880e" }, { "id": "6785d1c1-6e52-45f5-8abb-19a0d4711091", "name": "Unauthorized.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"reason\": \"forbidden\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/calls/:call-id/reject", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id", "reject" ], "variable": [ { "key": "call-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-6785d1c1-6e52-45f5-8abb-19a0d4711091" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-5d03eeba-e328-49a5-8838-272cce636f15" } ], "id": "20f20954-2d1c-4be0-a799-54ce44ee474f", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-20f20954-2d1c-4be0-a799-54ce44ee474f" }, { "name": "transfer", "item": [ { "name": "Microsoft Teams Transfer Call", "id": "5f9e9d53-1f50-4ea1-a9e6-e782a187950c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"transferTarget\": {\n \"identity\": {\n \"user\": {\n \"id\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/calls/:call-id/transfer", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id", "transfer" ], "variable": [ { "id": "fb64a398-f41a-45b2-9c0f-60c790b9460f", "key": "call-id", "value": "", "description": "(Required) The unique identifier of the call." } ] }, "description": "Transfer an active call to another participant." }, "response": [ { "id": "0ddc91d0-2d53-4e84-98e4-bfcdae57d331", "name": "Transfer accepted.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"transferTarget\": {\n \"identity\": {\n \"user\": {\n \"id\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/calls/:call-id/transfer", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id", "transfer" ], "variable": [ { "key": "call-id" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-0ddc91d0-2d53-4e84-98e4-bfcdae57d331" }, { "id": "5f071802-a20f-4f71-baa0-5434b0241f17", "name": "Unauthorized.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"transferTarget\": {\n \"identity\": {\n \"user\": {\n \"id\": \"\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/calls/:call-id/transfer", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id", "transfer" ], "variable": [ { "key": "call-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-5f071802-a20f-4f71-baa0-5434b0241f17" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-5f9e9d53-1f50-4ea1-a9e6-e782a187950c" } ], "id": "1ee99eeb-ed35-4207-aa4e-f7c128fdd2bd", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-1ee99eeb-ed35-4207-aa4e-f7c128fdd2bd" }, { "name": "Microsoft Teams Get Call", "id": "314a48df-634a-4cf4-9bd9-ea9012261fcc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/communications/calls/:call-id", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id" ], "variable": [ { "id": "abd5e424-3679-40d4-9e0d-41f389741f7b", "key": "call-id", "value": "", "description": "(Required) The unique identifier of the call." } ] }, "description": "Retrieve the current state of a call." }, "response": [ { "id": "bf081465-bf7a-4e0d-973c-941b4fe16079", "name": "Call returned successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/communications/calls/:call-id", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id" ], "variable": [ { "key": "call-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"state\": \"ringing\",\n \"direction\": \"incoming\",\n \"subject\": \"\",\n \"callbackUri\": \"\",\n \"requestedModalities\": [\n \"audio\",\n \"videoBasedScreenSharing\"\n ]\n}", "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-bf081465-bf7a-4e0d-973c-941b4fe16079" }, { "id": "09dc7a4a-1e2c-4841-b506-e6c1ab0b51a0", "name": "Unauthorized.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/communications/calls/:call-id", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id" ], "variable": [ { "key": "call-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-09dc7a4a-1e2c-4841-b506-e6c1ab0b51a0" }, { "id": "495e34b2-f6dd-4dec-839d-132e6773d702", "name": "Call not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/communications/calls/:call-id", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id" ], "variable": [ { "key": "call-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-495e34b2-f6dd-4dec-839d-132e6773d702" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-314a48df-634a-4cf4-9bd9-ea9012261fcc" }, { "name": "Microsoft Teams Hang Up Call", "id": "65edf8d4-d62f-4e67-b0ee-be67742bd337", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/communications/calls/:call-id", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id" ], "variable": [ { "id": "33bcec24-e7b0-40e5-b13e-3727c3f13a9e", "key": "call-id", "value": "", "description": "(Required) The unique identifier of the call." } ] }, "description": "Hang up or terminate an active call." }, "response": [ { "id": "10a50137-9c87-459e-86ef-5bfdeb540698", "name": "Call terminated successfully.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/communications/calls/:call-id", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id" ], "variable": [ { "key": "call-id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-10a50137-9c87-459e-86ef-5bfdeb540698" }, { "id": "c0f350ee-d2be-4592-abdb-efeba041c007", "name": "Unauthorized.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/communications/calls/:call-id", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id" ], "variable": [ { "key": "call-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-c0f350ee-d2be-4592-abdb-efeba041c007" }, { "id": "9aeca3cd-cdda-490f-8852-965e24a06232", "name": "Call not found.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/communications/calls/:call-id", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls", ":call-id" ], "variable": [ { "key": "call-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-9aeca3cd-cdda-490f-8852-965e24a06232" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-65edf8d4-d62f-4e67-b0ee-be67742bd337" } ], "id": "b6c2b617-018a-40fd-9ba8-ca9b37b8e635", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-b6c2b617-018a-40fd-9ba8-ca9b37b8e635" }, { "name": "Microsoft Teams Create Call", "id": "5799a79d-7114-4c54-9318-7a4f3b2a8d14", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"state\": \"ringing\",\n \"direction\": \"incoming\",\n \"subject\": \"\",\n \"callbackUri\": \"\",\n \"requestedModalities\": [\n \"audio\",\n \"videoBasedScreenSharing\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/calls", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls" ] }, "description": "Create a new outgoing call or join a meeting." }, "response": [ { "id": "7a5e4a92-3d4f-4a53-8dda-ca21a4cd8a21", "name": "Call created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"state\": \"ringing\",\n \"direction\": \"incoming\",\n \"subject\": \"\",\n \"callbackUri\": \"\",\n \"requestedModalities\": [\n \"audio\",\n \"videoBasedScreenSharing\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/calls", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"state\": \"ringing\",\n \"direction\": \"incoming\",\n \"subject\": \"\",\n \"callbackUri\": \"\",\n \"requestedModalities\": [\n \"audio\",\n \"videoBasedScreenSharing\"\n ]\n}", "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-7a5e4a92-3d4f-4a53-8dda-ca21a4cd8a21" }, { "id": "9001db4d-4799-4620-ab2f-d9b3875ce5ec", "name": "Bad request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"state\": \"ringing\",\n \"direction\": \"incoming\",\n \"subject\": \"\",\n \"callbackUri\": \"\",\n \"requestedModalities\": [\n \"audio\",\n \"videoBasedScreenSharing\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/calls", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-9001db4d-4799-4620-ab2f-d9b3875ce5ec" }, { "id": "9637c010-ed45-4b89-9724-634e5659f3fa", "name": "Unauthorized.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"state\": \"ringing\",\n \"direction\": \"incoming\",\n \"subject\": \"\",\n \"callbackUri\": \"\",\n \"requestedModalities\": [\n \"audio\",\n \"videoBasedScreenSharing\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/communications/calls", "host": [ "{{baseUrl}}" ], "path": [ "communications", "calls" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:12:19.000Z", "updatedAt": "2026-06-05T15:12:19.000Z", "uid": "35240-9637c010-ed45-4b89-9724-634e5659f3fa" } ], "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-5799a79d-7114-4c54-9318-7a4f3b2a8d14" } ], "id": "2cddf770-f547-4f8c-aef0-bfe7d87772a0", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-2cddf770-f547-4f8c-aef0-bfe7d87772a0" } ], "id": "8f564cef-02b7-4693-b9da-4330ed17ef0f", "createdAt": "2026-06-05T15:12:18.000Z", "updatedAt": "2026-06-05T15:12:18.000Z", "uid": "35240-8f564cef-02b7-4693-b9da-4330ed17ef0f" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "Team.ReadBasic.All Team.Create Channel.ReadBasic.All Channel.Create ChannelMessage.Read.All ChatMessage.Read ChatMessage.Send Calls.Initiate.All Calls.JoinGroupCall.All OnlineMeetings.ReadWrite.All", "type": "string" }, { "key": "accessTokenUrl", "value": "https://login.microsoftonline.com/common/oauth2/v2.0/token", "type": "string" }, { "key": "authUrl", "value": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://graph.microsoft.com/v1.0" } ] }