{ "item": [ { "name": "admin", "description": "", "item": [ { "name": "api", "description": "", "item": [ { "name": "settings", "description": "", "item": [ { "name": "company", "description": "", "item": [ { "name": "copilotpolicy", "description": "", "item": [ { "name": "pin", "description": "", "item": [ { "id": "d1c27d94-6ebf-4dc2-924e-b8606d986350", "name": "Get Copilot pin policy", "request": { "name": "Get Copilot pin policy", "description": { "content": "Retrieve the current Copilot pin policy settings for the tenant. Controls which Copilot experiences are pinned in the app launcher for users.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "company", "copilotpolicy", "pin" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "be823dd5-66bd-410f-a35d-b3ceb5066dbd", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "copilotpolicy", "pin" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"CopilotPinningPolicy\": {}\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ed3ecf5d-7242-4eda-86f3-fb81864ea8bb", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "copilotpolicy", "pin" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "56ec66d0-a551-4871-a532-09b873016f81", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "copilotpolicy", "pin" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "364e59bf-928f-4bec-9be8-b58bc7df7745", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "copilotpolicy", "pin" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "5da915b5-884d-4dab-852f-2824782864a8", "name": "Set Copilot pin policy", "request": { "name": "Set Copilot pin policy", "description": { "content": "Update the Copilot pin policy settings for the tenant. Merges provided settings into the existing policy configuration.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "company", "copilotpolicy", "pin" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"CopilotPinningPolicy\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "0b55c35d-d25c-462d-b0fc-0068eb0d53f1", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "copilotpolicy", "pin" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"CopilotPinningPolicy\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "87087357-9b69-47ac-bee3-894e683a19d8", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "copilotpolicy", "pin" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"CopilotPinningPolicy\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5cdc5873-2750-4fb1-962f-3b17f75d01e5", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "copilotpolicy", "pin" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"CopilotPinningPolicy\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f5ec0964-d3eb-469c-a92b-fc2ff11e8242", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "copilotpolicy", "pin" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"CopilotPinningPolicy\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "frontier", "description": "", "item": [ { "name": "access", "description": "", "item": [ { "id": "ee55759c-328c-4be1-8407-c9e54667e7d8", "name": "Get Frontier access policy", "request": { "name": "Get Frontier access policy", "description": { "content": "Retrieve the Frontier (agent) access policy for the tenant, controlling which users and groups can access agent capabilities.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "company", "frontier", "access" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b56fe1b1-f09d-406a-a154-f0f5aa67cf79", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "frontier", "access" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"FrontierPolicy\": {}\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ccee1998-3665-4450-9ef9-e225a02c20a8", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "frontier", "access" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4cdbcbe5-3ede-4bee-b50a-a1cd05067009", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "frontier", "access" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9ab3cdf3-e68d-4916-90f0-ed9c6dabe305", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "frontier", "access" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d51526ef-96e7-4a41-9edc-1d44bfa300de", "name": "Set Frontier access policy", "request": { "name": "Set Frontier access policy", "description": { "content": "Update the Frontier (agent) access policy for the tenant. Merges provided settings into the existing policy configuration.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "company", "frontier", "access" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"FrontierPolicy\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "533745ea-36ef-481d-8ed3-bcef58439758", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "frontier", "access" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"FrontierPolicy\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "73f6dfc7-eab4-4253-b035-b8d56908b492", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "frontier", "access" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"FrontierPolicy\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7599c3d8-5405-4a51-975f-0d8878f5a87e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "frontier", "access" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"FrontierPolicy\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "334ee912-d853-47d5-b6ce-eab45c0445d6", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "company", "frontier", "access" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"FrontierPolicy\": {}\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "apps", "description": "", "item": [ { "name": "bookings", "description": "", "item": [ { "id": "11f61a5e-99d7-4e2e-82ac-4f1df5370e60", "name": "Get Bookings settings", "request": { "name": "Get Bookings settings", "description": { "content": "Retrieve the Microsoft Bookings application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "bookings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ac4ffade-96af-4fd1-9f4a-4ce96bbe2d22", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "bookings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"Enabled\": true,\n \"ShowPaymentsToggle\": false,\n \"PaymentsEnabled\": false,\n \"ShowSocialSharingToggle\": true,\n \"SocialSharingRestricted\": false,\n \"ShowBookingsAddressEntryRestrictedToggle\": true,\n \"BookingsAddressEntryRestricted\": false,\n \"ShowBookingsAuthEnabledToggle\": true,\n \"BookingsAuthEnabled\": false,\n \"ShowBookingsCreationOfCustomQuestionsRestrictedToggle\": true,\n \"BookingsCreationOfCustomQuestionsRestricted\": false,\n \"ShowBookingsExposureOfStaffDetailsRestrictedToggle\": true,\n \"BookingsExposureOfStaffDetailsRestricted\": false,\n \"ShowBookingsNotesEntryRestrictedToggle\": true,\n \"BookingsNotesEntryRestricted\": false,\n \"ShowBookingsPhoneNumberEntryRestrictedToggle\": true,\n \"BookingsPhoneNumberEntryRestricted\": false,\n \"ShowBookingsSmsMicrosoftEnabledToggle\": true,\n \"BookingsSmsMicrosoftEnabled\": true,\n \"ShowBookingsNamingPolicyEnabledToggle\": true,\n \"BookingsNamingPolicyEnabled\": false,\n \"ShowBookingsBlockedWordsEnabledToggle\": true,\n \"BookingsBlockedWordsEnabled\": false,\n \"ShowBookingsNamingPolicyPrefixEnabledToggle\": true,\n \"BookingsNamingPolicyPrefixEnabled\": false,\n \"BookingsNamingPolicyPrefix\": \"\",\n \"ShowBookingsNamingPolicySuffixEnabledToggle\": true,\n \"BookingsNamingPolicySuffixEnabled\": false,\n \"BookingsNamingPolicySuffix\": \"\",\n \"ShowBookingsSearchEngineIndexDisabledToggle\": true,\n \"BookingsSearchEngineIndexDisabled\": false,\n \"ShowStaffApprovalsToggle\": true,\n \"StaffMembershipApprovalRequired\": false,\n \"ProductUrl\": \"https://go.microsoft.com/fwlink/?linkid=856716\",\n \"LearnMoreUrl\": \"https://go.microsoft.com/fwlink/?linkid=856717\",\n \"PaymentsLearnMoreUrl\": \"https://go.microsoft.com/fwlink/?linkid=856718\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "50301635-1fc9-469a-8fdc-ea5add751120", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "bookings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d0129038-bdcf-4d7c-beb6-f16d5104f8d5", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "bookings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dc7ba3b1-d4b7-457f-87eb-f9d32559ca27", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "bookings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9b1c4328-7169-48e2-b991-f173813db08e", "name": "Set Bookings settings", "request": { "name": "Set Bookings settings", "description": { "content": "Update the Microsoft Bookings application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "bookings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "0f2dc933-aeae-432c-a428-22ca2f6e49f3", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "bookings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3347a872-5a1b-49da-aa5c-fa0669e18d20", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "bookings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "63cd4f53-fa16-4c8a-9ddb-507fdfb70478", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "bookings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "52397f0b-3717-4a83-b70b-dd85c71e0a4a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "bookings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "mail", "description": "", "item": [ { "id": "283ba155-356e-4faf-890a-1c517ceb7b7b", "name": "Get Mail settings", "request": { "name": "Get Mail settings", "description": { "content": "Retrieve the Mail application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "mail" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "30af17d1-f08d-4047-8491-e87aeb74d6e0", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "mail" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6189be1d-7359-462b-8ba2-6c06380081b7", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "mail" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "42d54fec-91ce-4a64-abfe-da10202e3d9c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "mail" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b4207fe7-3cf2-4ddf-a99d-b6ffb499d14f", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "mail" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "f61ca90c-5cd8-4a81-856f-aeb745e0ecc0", "name": "Set Mail settings", "request": { "name": "Set Mail settings", "description": { "content": "Update the Mail application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "mail" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "988b2050-82fe-405b-b758-ea99b53c5479", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "mail" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "25524d08-1b89-49d5-9f18-eecb2a6ba4fd", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "mail" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bded7342-beef-47aa-94fa-c2674fb224ec", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "mail" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4b930551-c3e3-42c6-88b7-9e01205d52b2", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "mail" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "skypeteams", "description": "", "item": [ { "id": "69f6bb62-f4f8-4d03-9782-bb947b849d9e", "name": "Get Microsoft Teams settings", "request": { "name": "Get Microsoft Teams settings", "description": { "content": "Retrieve the Microsoft Teams application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "skypeteams" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "62476e25-b508-4cc2-964b-55252324af6b", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "skypeteams" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"IsSkypeTeamsLicensed\": true,\n \"TenantCategorySettings\": [\n {\n \"TenantSkuCategory\": \"BusinessEnterprise\",\n \"IsSkypeTeamsEnabled\": {\n \"Value\": false,\n \"EnableEditing\": true\n },\n \"Meetups\": {\n \"key_0\": {\n \"Value\": true,\n \"EnableEditing\": true\n },\n \"key_1\": {\n \"Value\": true,\n \"EnableEditing\": true\n },\n \"key_2\": {\n \"Value\": true,\n \"EnableEditing\": true\n }\n },\n \"FunControl\": {\n \"key_0\": {\n \"Value\": false,\n \"EnableEditing\": true\n },\n \"key_1\": {\n \"Value\": true,\n \"EnableEditing\": true\n },\n \"key_2\": {\n \"Value\": false,\n \"EnableEditing\": true\n },\n \"key_3\": {\n \"Value\": false,\n \"EnableEditing\": true\n }\n },\n \"Messaging\": {\n \"key_0\": {\n \"Value\": false,\n \"EnableEditing\": true\n },\n \"key_1\": {\n \"Value\": false,\n \"EnableEditing\": true\n }\n }\n },\n {\n \"TenantSkuCategory\": \"BusinessEnterprise\",\n \"IsSkypeTeamsEnabled\": {\n \"Value\": false,\n \"EnableEditing\": true\n },\n \"Meetups\": {\n \"key_0\": {\n \"Value\": true,\n \"EnableEditing\": true\n },\n \"key_1\": {\n \"Value\": false,\n \"EnableEditing\": true\n }\n },\n \"FunControl\": {\n \"key_0\": {\n \"Value\": false,\n \"EnableEditing\": true\n }\n },\n \"Messaging\": {\n \"key_0\": {\n \"Value\": false,\n \"EnableEditing\": true\n },\n \"key_1\": {\n \"Value\": false,\n \"EnableEditing\": true\n },\n \"key_2\": {\n \"Value\": true,\n \"EnableEditing\": true\n }\n },\n \"key_0\": true,\n \"key_1\": \"string\"\n }\n ],\n \"Bots\": {\n \"key_0\": {\n \"Value\": true,\n \"EnableEditing\": true\n },\n \"key_1\": {\n \"Value\": false,\n \"EnableEditing\": true\n }\n },\n \"Miscellaneous\": {\n \"key_0\": {\n \"Value\": false,\n \"EnableEditing\": true\n }\n },\n \"Email\": {\n \"key_0\": {\n \"Value\": false,\n \"EnableEditing\": true\n }\n },\n \"CloudStorage\": {\n \"key_0\": {\n \"Value\": false,\n \"EnableEditing\": true\n }\n },\n \"TeamsOwnedApps\": {\n \"key_0\": {\n \"Value\": true,\n \"EnableEditing\": true\n },\n \"key_1\": {\n \"Value\": false,\n \"EnableEditing\": true\n },\n \"key_2\": {\n \"Value\": false,\n \"EnableEditing\": true\n }\n },\n \"TenantOwnedApps\": {\n \"key_0\": {\n \"Value\": false,\n \"EnableEditing\": true\n },\n \"key_1\": {\n \"Value\": true,\n \"EnableEditing\": true\n },\n \"key_2\": {\n \"Value\": true,\n \"EnableEditing\": true\n },\n \"key_3\": {\n \"Value\": true,\n \"EnableEditing\": true\n },\n \"key_4\": {\n \"Value\": true,\n \"EnableEditing\": true\n }\n },\n \"MigrationStates\": {\n \"key_0\": 6970.0577586446425,\n \"key_1\": 2538,\n \"key_2\": 6020.089258518704\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f7d49468-d56d-49b2-b558-4483c4ff0b39", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "skypeteams" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3a579e96-8ba2-414c-9749-3ea0da258524", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "skypeteams" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dfc29f0a-c953-404c-9b10-e443e9da677a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "skypeteams" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "7d92e4f2-4843-456a-b516-340f385b5542", "name": "Set Microsoft Teams settings", "request": { "name": "Set Microsoft Teams settings", "description": { "content": "Update the Microsoft Teams application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "skypeteams" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "4b9e94fb-1dd9-4227-b816-f23d38b71943", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "skypeteams" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "67618a07-9d0f-473f-8f28-123b7a013d8b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "skypeteams" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e72c57e0-1762-43b6-9a1b-3f48256244df", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "skypeteams" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f053f1a7-552e-45f3-8474-6389f865b697", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "skypeteams" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "calendarsharing", "description": "", "item": [ { "id": "71e92e38-7e7a-4eec-b3a3-d0f2843fb5c8", "name": "Get Calendar Sharing settings", "request": { "name": "Get Calendar Sharing settings", "description": { "content": "Retrieve the Calendar Sharing application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "calendarsharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "170d32f5-b86c-4e43-acca-baaee22438a9", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "calendarsharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1b71bccf-0ad5-4223-9107-11a55d48a5af", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "calendarsharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "40dae60e-3721-4eba-aac5-9ec9b117cca0", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "calendarsharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3e798c63-db75-4285-bff7-1a2eee410bd2", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "calendarsharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b5c7fdfe-719a-4970-af67-04ffcdc4d15a", "name": "Set Calendar Sharing settings", "request": { "name": "Set Calendar Sharing settings", "description": { "content": "Update the Calendar Sharing application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "calendarsharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "f7a8ab6c-22a5-42d4-87e7-b80be91944d3", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "calendarsharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5f04849a-93ef-412e-8b8b-70d5b37e05aa", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "calendarsharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "70690a66-8da7-481c-9a61-c9a531be786b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "calendarsharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9eaf660b-b96d-40da-a31b-3e5350e74b0a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "calendarsharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "learning", "description": "", "item": [ { "id": "aacc8b34-7d26-48a2-8878-57db5cff909b", "name": "Get Viva Learning settings", "request": { "name": "Get Viva Learning settings", "description": { "content": "Retrieve the Viva Learning application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "learning" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "64ba45b9-5343-4308-98e4-ddd552b7ea40", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "learning" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "69645797-c645-4783-ac1c-88d34253a00b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "learning" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6181cb90-5af7-4efe-a47f-4cee4932d30d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "learning" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "84c58695-dc18-48f4-9fce-3065d9f860f2", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "learning" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9575e3ef-7959-4fe5-86b5-614ed190bc17", "name": "Set Viva Learning settings", "request": { "name": "Set Viva Learning settings", "description": { "content": "Update the Viva Learning application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "learning" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "c48cc09f-2cb4-408b-a627-f63072908e04", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "learning" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8bf892bd-cc1b-44ac-a47b-3d99898c5a80", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "learning" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5044f88d-c9fd-44bd-b2b6-0004d90dbf8c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "learning" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "73f4de49-9a3a-432c-adbf-4708b373e877", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "learning" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "store", "description": "", "item": [ { "id": "1024fa5c-7463-4a71-a16a-0eb9ce2ea667", "name": "Get Store settings", "request": { "name": "Get Store settings", "description": { "content": "Retrieve the Microsoft Store (user-owned apps and services) settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "store" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a838c731-2d8e-411d-b025-504e79546f9c", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "store" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b2289083-ec50-4f10-9b04-7b111f880fa7", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "store" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "64cd1f9f-b786-4e9d-b926-dd2aecd336b8", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "store" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ddeed9f8-aaec-4b20-9905-ff1767c8d816", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "store" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e0c56bc5-52cf-4698-98f4-c9f8d297876f", "name": "Set Store settings", "request": { "name": "Set Store settings", "description": { "content": "Update the Microsoft Store settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "store" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "0e3ec786-75bd-4017-abfd-833d2bac4cb8", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "store" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d5df8e8c-c823-4b00-8a19-e9304bc5cd3d", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "store" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b71f8487-ce87-4eda-aff4-1ba5dba68b0f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "store" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a0640c25-f1d3-4d52-914f-a9139e8dd39e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "store" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "cortana", "description": "", "item": [ { "id": "b4c3a019-f40f-424d-a800-d3b3ff14b456", "name": "Get Cortana settings", "request": { "name": "Get Cortana settings", "description": { "content": "Retrieve the Cortana application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "cortana" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "8a8e2774-e94c-45c9-9394-30e6d9b83b4f", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "cortana" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4fec8134-11df-44c8-80af-5ad30dea1b8b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "cortana" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "795d7a07-c826-409f-a2b1-41b9aaae287c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "cortana" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d1630df1-fd17-4a57-bcc8-d019aec80a96", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "cortana" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "6a62a89d-fd0d-4a56-8dd5-75e7822bc4fa", "name": "Set Cortana settings", "request": { "name": "Set Cortana settings", "description": { "content": "Update the Cortana application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "cortana" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "0b0cb341-a79e-463c-92ff-c94b56d26100", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "cortana" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c490ef0f-4b95-4962-8602-db11fa7d9c74", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "cortana" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ab6385a0-bfd4-4495-b547-ead180c014e2", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "cortana" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8f42b3a7-a0b1-4701-a73f-6b13f452a562", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "cortana" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "officeforms", "description": "", "item": [ { "id": "3df6c8fd-428c-45d2-9b26-65c317fbb012", "name": "Get Microsoft Forms settings", "request": { "name": "Get Microsoft Forms settings", "description": { "content": "Retrieve the Microsoft Forms (Office Forms) application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "officeforms" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "6110d2a6-9c35-4653-b3b6-61ec4bd282b6", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeforms" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cc28a22d-428e-491d-b56f-7b74ff294ecd", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeforms" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3b7a48a3-af26-483e-b811-7f6cfb702b13", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeforms" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7583a511-98fc-469c-a91b-53179ade8101", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeforms" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "78ac686d-0c54-45ca-b2ab-4f000f7c48fa", "name": "Set Microsoft Forms settings", "request": { "name": "Set Microsoft Forms settings", "description": { "content": "Update the Microsoft Forms application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "officeforms" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "709be0f4-1038-4fbf-81ee-c9bcf6c7c1e8", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeforms" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c632f363-7b06-4a4c-9f36-56a5d05dfaae", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeforms" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a425c1b2-01f4-4047-89af-22024290a468", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeforms" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "10b54fad-c83b-49fb-bc85-998b451d1848", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeforms" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "officeontheweb", "description": "", "item": [ { "id": "4338cea0-916f-44f8-9d92-143acb7e309e", "name": "Get Office on the Web settings", "request": { "name": "Get Office on the Web settings", "description": { "content": "Retrieve the Office on the Web (Office Online) application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "officeontheweb" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b45c1c85-c9a0-43a4-ba43-50069a2b49bf", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeontheweb" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "446202ac-2265-44a8-a549-ffbfd1417974", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeontheweb" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d3d04542-936a-4f9f-a7ca-313b610bff6f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeontheweb" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "63651f7e-e684-42e4-9f7a-9830c73691d7", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeontheweb" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "583bbda0-ec3d-4853-bb60-87cce72672f2", "name": "Set Office on the Web settings", "request": { "name": "Set Office on the Web settings", "description": { "content": "Update the Office on the Web application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "officeontheweb" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "29dce868-e45c-4aeb-ae03-252f6eedd9d4", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeontheweb" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7ba3c2c0-75a5-46a0-904e-738f131aebd8", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeontheweb" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "42b934aa-bcc5-4829-b1e6-d06b3e55aec5", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeontheweb" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c97cc280-8ac0-450b-b6d9-120e6cb38e4b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeontheweb" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "planner", "description": "", "item": [ { "id": "cc37cbf6-0bfc-4058-bfe2-82294c32fd5e", "name": "Get Planner settings", "request": { "name": "Get Planner settings", "description": { "content": "Retrieve the Microsoft Planner application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "planner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "eba57766-3411-49b8-abdb-e9c637f10489", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "planner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "70eb8edb-edde-455c-a847-9b77940cdc46", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "planner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5172364b-4b56-4a07-b899-ca1c66c93940", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "planner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fef75714-b756-4c77-8aa9-29fa1e3c1a5c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "planner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "20e328dd-4237-4493-beeb-6fe82a51c393", "name": "Set Planner settings", "request": { "name": "Set Planner settings", "description": { "content": "Update the Microsoft Planner application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "planner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "495d3a42-16c4-4def-ad48-1dad5748f20b", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "planner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "93bec73e-6f53-4366-8565-d4324aef8681", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "planner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5d63ce2d-0b8f-4386-9803-6767200bb63b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "planner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "275caf29-85c5-4442-bd3c-b8e7cd93dbe2", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "planner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "sway", "description": "", "item": [ { "id": "8b0b32bd-3a38-4ab9-a8f7-0cce6a685516", "name": "Get Sway settings", "request": { "name": "Get Sway settings", "description": { "content": "Retrieve the Microsoft Sway application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "sway" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0e19fb24-12f7-49d2-bbd2-3e86324bb463", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "sway" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "782c926d-9544-4c0b-b51c-b57c3d201f84", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "sway" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "045c7ed4-8b32-47a5-b5fa-c67350961f98", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "sway" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bb008fba-b813-43cb-99b6-944d183b1fb0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "sway" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d4dbbb13-b405-4016-a206-5bb759db3617", "name": "Set Sway settings", "request": { "name": "Set Sway settings", "description": { "content": "Update the Microsoft Sway application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "sway" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "bfe13703-edd8-4172-bcc3-1c5d8018ab87", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "sway" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "58c57e59-e2ef-4c2f-b0a7-c095ad7909e6", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "sway" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c3802622-33ef-4e8d-860b-9bc5b4f314f8", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "sway" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5a413ccc-4fee-4bd1-a348-3bfe9a4fce77", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "sway" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "todo", "description": "", "item": [ { "id": "002ad58f-5bde-4fcb-9f66-a62e47c49c8e", "name": "Get To Do settings", "request": { "name": "Get To Do settings", "description": { "content": "Retrieve the Microsoft To Do application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "todo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "63e701f0-bce0-4f93-bda0-01f789111a81", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "todo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "aecbf700-aae1-41d4-b27c-4424f0111749", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "todo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "10480443-cd1a-41e9-ae03-3442b119c55f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "todo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "201976ff-083f-41a5-bfb7-a201e8d16368", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "todo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "31ab850f-53e1-4fb9-af69-dfe3fbdfd86d", "name": "Set To Do settings", "request": { "name": "Set To Do settings", "description": { "content": "Update the Microsoft To Do application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "todo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "705edf2b-2e16-4cff-8dff-edba1cc7375c", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "todo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "379c996a-f3eb-45db-995f-277934300545", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "todo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0be303ce-7a38-4518-8805-c4f9cdf42041", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "todo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0fcbee9e-2f53-44be-9b82-06ef33ac5720", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "todo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "whiteboard", "description": "", "item": [ { "id": "536f4c95-8aac-43b3-9b2d-3d43e49cd91f", "name": "Get Whiteboard settings", "request": { "name": "Get Whiteboard settings", "description": { "content": "Retrieve the Microsoft Whiteboard application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "whiteboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0d052556-32e6-4331-890a-cd2cb7c8e5a8", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "whiteboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7c7e61b5-65f0-4326-b1c6-b62df0b6e0f1", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "whiteboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "73f13476-63cb-4e02-9a02-d6e05528ddc7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "whiteboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "649a7305-cfb5-478e-86a8-cae7e8d3536c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "whiteboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "eeed6df5-bcaf-4189-9f5d-8e378f1c53fb", "name": "Set Whiteboard settings", "request": { "name": "Set Whiteboard settings", "description": { "content": "Update the Microsoft Whiteboard application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "whiteboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "bd31911d-520d-4c8e-aff6-d8f2e1d88d64", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "whiteboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "82201951-2ffc-49ad-a7c9-1eaf7fd58f5a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "whiteboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "af3d8349-dddf-4167-8ee1-b4803d5a6ef0", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "whiteboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1c324a5c-52f4-44d4-ace8-f31486f0120c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "whiteboard" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "m365groups", "description": "", "item": [ { "id": "e59320da-52ab-45f6-8e5d-1f4831da5250", "name": "Get Microsoft 365 Groups settings", "request": { "name": "Get Microsoft 365 Groups settings", "description": { "content": "Retrieve the Microsoft 365 Groups application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "m365groups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "39314263-147b-4a9a-9903-a339ad3d69b6", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "m365groups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2adc540b-4988-4ed4-8c76-0d4e9ea3ed47", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "m365groups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e340ce29-cbfb-4fcf-bdb0-eecf9c15a350", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "m365groups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "851b51ea-d2c9-447a-9bef-cf27ab6dd437", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "m365groups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "101cbdaa-f0de-471f-9e18-e109fd8c70a5", "name": "Set Microsoft 365 Groups settings", "request": { "name": "Set Microsoft 365 Groups settings", "description": { "content": "Update the Microsoft 365 Groups application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "m365groups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "5ca8bb78-ba09-40ae-b3ae-8d4ba4cb6081", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "m365groups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7a64c8f4-d4e9-44c5-a555-81308b0b6034", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "m365groups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e35c4f32-f86a-4723-bb29-73b9f9dbc679", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "m365groups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1cb95e44-1548-49db-876d-11a67d829d5e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "m365groups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "MicrosoftLoop", "description": "", "item": [ { "id": "90e0b394-70a7-47f3-bdee-e3a7907511c5", "name": "Get Microsoft Loop settings", "request": { "name": "Get Microsoft Loop settings", "description": { "content": "Retrieve the Microsoft Loop application settings for the tenant. Also accessible via the looppolicy endpoint alias.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "MicrosoftLoop" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ad38b76a-cf49-48fc-b2b9-9c445e8ca8f8", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "MicrosoftLoop" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c62a8191-962b-42ac-9934-5ba5473260e5", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "MicrosoftLoop" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7eafd118-ec6c-45f3-aff8-addd6e5be977", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "MicrosoftLoop" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f456f9ae-0b38-4482-9eb1-075d60f4c28a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "MicrosoftLoop" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "531116fc-5db1-4bfc-adc0-a2f71dc0af16", "name": "Set Microsoft Loop settings", "request": { "name": "Set Microsoft Loop settings", "description": { "content": "Update the Microsoft Loop application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "MicrosoftLoop" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "53d88270-bd8e-4d1c-9c76-06edc93c7278", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "MicrosoftLoop" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "664c3673-8153-4823-9798-829d4adf1bc3", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "MicrosoftLoop" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d99488f5-174e-4a9d-815d-7367b5bfa773", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "MicrosoftLoop" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2c684968-d7bf-4a67-ad93-6a5b462c93fc", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "MicrosoftLoop" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "briefing", "description": "", "item": [ { "id": "0ecdcbc0-f07e-4183-ab88-8a3b2fc99041", "name": "Get Briefing email settings", "request": { "name": "Get Briefing email settings", "description": { "content": "Retrieve the Briefing email application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "briefing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e97ad241-31ae-4ae1-a815-4e8978163b3d", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "briefing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3e99c7c7-4933-4700-ae87-adff211fec65", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "briefing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4a907333-04e6-4a69-85a8-6845e9df8a9c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "briefing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "eb28c6a2-c732-4905-b0e5-3a39eebaa8d7", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "briefing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "985da87b-fd14-4f73-a98d-a022c5ba5ce8", "name": "Set Briefing email settings", "request": { "name": "Set Briefing email settings", "description": { "content": "Update the Briefing email application settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "briefing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "ec5a005d-7aa2-415d-abec-9b6f0b967842", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "briefing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ed070205-c41c-4643-872b-326b008d2684", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "briefing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ffa79196-27b0-4a64-a029-f17153cb1a9f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "briefing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "773cbbd0-2aa8-4867-8a20-5d9b3bdc831e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "briefing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "userownedapps", "description": "", "item": [ { "id": "2612ee2f-b0e5-431c-9139-ff10609c7182", "name": "Get user-owned apps settings", "request": { "name": "Get user-owned apps settings", "description": { "content": "Retrieve the user-owned apps and services settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "userownedapps" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d5bd5e41-e2a8-4a41-8021-2c87425c643a", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "userownedapps" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cb780aab-56c1-4ae5-bfbf-a3cc75798f84", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "userownedapps" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5c46e6e7-3855-4038-902b-78178a4c7572", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "userownedapps" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c7a2db9a-a423-4c96-8a38-1acf273235e6", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "userownedapps" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d1be6756-b557-45d9-96c2-4ed503c90b2f", "name": "Set user-owned apps settings", "request": { "name": "Set user-owned apps settings", "description": { "content": "Update the user-owned apps and services settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "userownedapps" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "f27e20b9-b1a7-44f4-a705-e8546a45fdf1", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "userownedapps" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "15072acb-8bad-4524-8c40-7b49790fdb28", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "userownedapps" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "642e367e-2a44-4987-8731-6adced820e32", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "userownedapps" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "135a0189-b2df-4f7a-b527-ce5822c9520c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "userownedapps" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "EndUserCommunications", "description": "", "item": [ { "id": "f7175dce-f669-4264-8eba-f2e87a5ea799", "name": "Get end user communications settings", "request": { "name": "Get end user communications settings", "description": { "content": "Retrieve the Microsoft communication to users settings for the tenant (Org Settings > Microsoft communication to users).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "EndUserCommunications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c8fbb46d-60e8-4fd2-99df-062e6fdb12a6", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "EndUserCommunications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7feaf7de-c252-483b-b2ba-4352171483fa", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "EndUserCommunications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2237398c-4456-4da3-add3-8e0700b59fdb", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "EndUserCommunications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8a8d2bf4-11de-482a-b513-fdc5c330036f", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "EndUserCommunications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "o365dataplan", "description": "", "item": [ { "id": "ea9a1734-c6ba-4d2a-9e9c-9685644dc268", "name": "Get Microsoft Graph Data Connect settings", "request": { "name": "Get Microsoft Graph Data Connect settings", "description": { "content": "Retrieve the Microsoft Graph Data Connect (O365 data plan) settings for the tenant (Org Settings > Microsoft Graph Data Connect).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "o365dataplan" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "51ae7c76-1b85-4b37-931e-9023c5cff698", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "o365dataplan" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "65df4bc0-bd43-4ea0-a640-300affdc8898", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "o365dataplan" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "11ecc80e-cbc1-4468-8af5-81e1154c8df0", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "o365dataplan" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c61b5312-3243-48d0-a78d-149e374d043b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "o365dataplan" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "officeonline", "description": "", "item": [ { "id": "ab13484f-1d25-4cd8-b2a4-99cd7581d903", "name": "Get M365 on the web settings", "request": { "name": "Get M365 on the web settings", "description": { "content": "Retrieve the Microsoft 365 on the web (Office Online) settings for the tenant (Org Settings > M365 on the web).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "officeonline" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e6b2143c-53fd-4ccc-a799-8aa047a98012", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeonline" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a2c75e7c-6e67-4c15-ba1f-a05cf78be9bc", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeonline" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9ce36789-c63f-40b9-ba68-7d1c95b1bca5", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeonline" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6fb5bea2-5629-4465-8097-03e7a6835f9a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "officeonline" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "sitessharing", "description": "", "item": [ { "id": "7f09e193-e7b6-4e99-b649-78e47ec277f8", "name": "Get sites sharing settings", "request": { "name": "Get sites sharing settings", "description": { "content": "Retrieve the SharePoint sites sharing settings for the tenant (Org Settings > Sites).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "sitessharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "26586acb-b82c-4750-b8ea-05cf9cd9ec59", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "sitessharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "033fe74c-a9d4-463c-be6a-eff1d2711f35", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "sitessharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9d696122-d758-40c7-87e3-5b57ddc7023d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "sitessharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0a4f1626-1913-4698-b2f2-2969e358a3dc", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "sitessharing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "usersoftware", "description": "", "item": [ { "id": "c2347798-5bf5-486d-956c-2106f2ae4a8c", "name": "Get M365 installation options", "request": { "name": "Get M365 installation options", "description": { "content": "Retrieve the Microsoft 365 installation options (user software) settings for the tenant (Org Settings > M365 installation options).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "apps", "usersoftware" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e88f788a-dfde-445d-b901-189c8e41b251", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "usersoftware" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "13fcd5d7-f330-48df-b6f0-98d334f136b1", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "usersoftware" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9352ad43-0124-410c-bd4e-8e206e2788cc", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "usersoftware" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "28768840-58cf-43e2-a014-660fe8c1ff35", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "apps", "usersoftware" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "security", "description": "", "item": [ { "name": "passwordpolicy", "description": "", "item": [ { "id": "26ecdf25-9edc-4a2c-8ef9-069b0fd03ff2", "name": "Get password expiration policy", "request": { "name": "Get password expiration policy", "description": { "content": "Retrieve the password expiration policy settings for the tenant (Org Settings > Password expiration).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "security", "passwordpolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "7bb22df7-9a3f-425b-86cd-02084015fd03", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "passwordpolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5e29207b-1056-4808-94b9-67269d273668", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "passwordpolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "12eb5195-4b6e-48eb-b334-0191d954681a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "passwordpolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e0c7ba79-0d60-472b-86ec-990146a6c82c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "passwordpolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "privacypolicy", "description": "", "item": [ { "id": "b10af47a-e156-4294-b3df-107d5750a133", "name": "Get privacy policy settings", "request": { "name": "Get privacy policy settings", "description": { "content": "Retrieve the privacy profile and policy settings for the tenant (Org Settings > Privacy profile).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "security", "privacypolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a55df543-02b9-4e8e-ab2f-8b22c167c2b1", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "privacypolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b7dae905-14a9-4300-8ba3-94fc7c42588f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "privacypolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "09b1b31c-d6bb-4670-ba5e-acf22149ede9", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "privacypolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0042393c-822d-43a1-a74e-ba36aa211a7a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "privacypolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "tenantLockbox", "description": "", "item": [ { "id": "f175b264-60ea-466e-834b-eca63182a851", "name": "Get tenant lockbox settings", "request": { "name": "Get tenant lockbox settings", "description": { "content": "Retrieve the tenant lockbox (privileged access) settings for the tenant (Org Settings > Privileged access).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "security", "tenantLockbox" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "6e24723f-50fe-4757-acb0-4106b8e855f2", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "tenantLockbox" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e512ab9d-ba11-4925-8664-dfa0a3f3b4f2", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "tenantLockbox" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4f4c12f3-82b2-4258-8f87-f1e4c5c60a0a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "tenantLockbox" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7f182594-242e-4dc4-9d88-ebfa5aabaf0e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "tenantLockbox" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "dataaccess", "description": "", "item": [ { "id": "eafa16df-6b16-478e-8315-046c8bf5a0be", "name": "Get customer lockbox data access settings", "request": { "name": "Get customer lockbox data access settings", "description": { "content": "Retrieve the customer lockbox data access settings for the tenant (Org Settings > Customer lockbox).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "settings", "security", "dataaccess" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "7a063f8a-ad50-4238-8143-e49b4bd5532f", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "dataaccess" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3e3fca10-ae1d-406f-8000-864e56d60968", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "dataaccess" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9f844f2a-33a2-4cf6-8787-9de0d7f9d54e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "dataaccess" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "aeb0b8da-e8a3-420c-b2a0-35b346864caf", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "settings", "security", "dataaccess" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "copilotsettings", "description": "", "item": [ { "name": "settings", "description": "", "item": [ { "id": "f9a075b4-356c-4438-bfba-a698ab326460", "name": "Get Copilot settings", "request": { "name": "Get Copilot settings", "description": { "content": "Retrieve the general Copilot settings for the tenant including feature enablement and configuration options.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "copilotsettings", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "89ca5213-5587-47ce-aff0-25292a0ccc0c", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "copilotsettings", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "01b19edb-f6fb-4603-ab3e-ebfeb5abba11", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "copilotsettings", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3fdb8ac1-195f-4011-9a0c-40114d7357b0", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "copilotsettings", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7e7167e1-84e5-4501-967f-1aa84ad78a52", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "copilotsettings", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "dismissed", "description": "", "item": [ { "id": "263a37e8-1f5d-4432-b5a2-47ac62d1d610", "name": "Get dismissed Copilot settings", "request": { "name": "Get dismissed Copilot settings", "description": { "content": "Retrieve the list of dismissed Copilot settings notifications and prompts (Copilot > Settings).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "copilotsettings", "settings", "dismissed" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "36d9c01a-77be-4f07-8310-60e01bb2f610", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "copilotsettings", "settings", "dismissed" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "450dc3e3-d7ee-4cf1-8e3d-389f888a0ebc", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "copilotsettings", "settings", "dismissed" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e58582fb-b09d-426a-8af5-cd9afd176cda", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "copilotsettings", "settings", "dismissed" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8b15b5f4-bdd7-4979-9d28-246a34958f2b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "copilotsettings", "settings", "dismissed" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "securitycopilot", "description": "", "item": [ { "name": "auth", "description": "", "item": [ { "id": "5d8c18a8-fbd1-4bb3-bbe5-ef2ac8ed68d5", "name": "Get Security Copilot auth settings", "request": { "name": "Get Security Copilot auth settings", "description": { "content": "Retrieve the Security Copilot authentication configuration for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "copilotsettings", "securitycopilot", "auth" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "013cc2d7-6786-4614-9610-b606c0553953", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "copilotsettings", "securitycopilot", "auth" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "39c63914-9758-4804-9080-87a3a5659c48", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "copilotsettings", "securitycopilot", "auth" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "de6dea41-7740-45f7-983e-0ac874e084b1", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "copilotsettings", "securitycopilot", "auth" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2677b4e1-64c1-4941-9e4d-522a6818625f", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "copilotsettings", "securitycopilot", "auth" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "Copilot", "description": "", "item": [ { "name": "getcopilotlicenseassignmentdate", "description": "", "item": [ { "id": "9c1e2b16-9808-44cf-9c02-a28201c2c813", "name": "Get Copilot license assignment date", "request": { "name": "Get Copilot license assignment date", "description": { "content": "Retrieve the date when Copilot licenses were first assigned in the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Copilot", "getcopilotlicenseassignmentdate" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "01884e42-393d-4713-b180-35f276d9451b", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Copilot", "getcopilotlicenseassignmentdate" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "467570dd-82b4-432c-9b1d-0c4c16b8982b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Copilot", "getcopilotlicenseassignmentdate" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b39d4847-17d0-473b-a0a0-598859d1e7d2", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Copilot", "getcopilotlicenseassignmentdate" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4727c7e8-e5cc-49bb-9045-a63cdd824046", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Copilot", "getcopilotlicenseassignmentdate" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "m365copilot", "description": "", "item": [ { "name": "ShowColorCopilotIcon", "description": "", "item": [ { "id": "b289fb96-cdd4-453a-8f31-266a67fb03cb", "name": "Get Copilot color icon setting", "request": { "name": "Get Copilot color icon setting", "description": { "content": "Retrieve the setting for whether to show the color Copilot icon in the admin portal.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "m365copilot", "ShowColorCopilotIcon" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "40c0e5ca-a938-4f38-bc53-3dedeeb17622", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "m365copilot", "ShowColorCopilotIcon" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c944161e-b7e2-43ae-a47e-df7ded085089", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "m365copilot", "ShowColorCopilotIcon" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bd169bbe-1342-4d17-8944-ce2785e9ee34", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "m365copilot", "ShowColorCopilotIcon" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4d41b89a-87b4-43e8-9924-b2d9e9e4c33d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "m365copilot", "ShowColorCopilotIcon" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "agentusers", "description": "", "item": [ { "name": "metrics", "description": "", "item": [ { "name": "agents", "description": "", "item": [ { "name": "risky", "description": "", "item": [ { "id": "ff0c1d72-ec0e-441f-9fa1-92d46f38a954", "name": "Get risky agents", "request": { "name": "Get risky agents", "description": { "content": "Retrieve a list of agents flagged as risky based on usage metrics and security analysis.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "agentusers", "metrics", "agents", "risky" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Maximum number of risky agents to return. Use 0 for no limit.", "type": "text/plain" }, "key": "maxCount", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0b0aca1d-67fc-49b5-bc9d-20ba50497657", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "agentusers", "metrics", "agents", "risky" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Maximum number of risky agents to return. Use 0 for no limit.", "type": "text/plain" }, "key": "maxCount", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "abbc6049-f31c-49bc-9453-270a05049cf6", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "agentusers", "metrics", "agents", "risky" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Maximum number of risky agents to return. Use 0 for no limit.", "type": "text/plain" }, "key": "maxCount", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "178c67d6-34a2-4bf7-b02c-98f33b008d5a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "agentusers", "metrics", "agents", "risky" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Maximum number of risky agents to return. Use 0 for no limit.", "type": "text/plain" }, "key": "maxCount", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "05f8a72f-483b-40f4-817b-3a2287121136", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "agentusers", "metrics", "agents", "risky" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Maximum number of risky agents to return. Use 0 for no limit.", "type": "text/plain" }, "key": "maxCount", "value": "0" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "entitiesAtRisk", "description": "", "item": [ { "id": "a921b275-f846-4e7e-8d78-c2076ab303c7", "name": "Get agent entities at risk", "request": { "name": "Get agent entities at risk", "description": { "content": "Retrieve metrics about agent entities at risk including security and compliance concerns (Copilot > Agents).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "agentusers", "metrics", "agents", "entitiesAtRisk" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "effd5f0d-8b64-408e-b336-f2450fc9b20d", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "agentusers", "metrics", "agents", "entitiesAtRisk" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2fef923a-0e08-44f0-87e6-7c8d0f21b920", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "agentusers", "metrics", "agents", "entitiesAtRisk" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "43ea6db0-b5be-4ca1-bf20-a79b7c8ef4aa", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "agentusers", "metrics", "agents", "entitiesAtRisk" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b16ea98a-f806-4b17-815b-3039aa4adca0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "agentusers", "metrics", "agents", "entitiesAtRisk" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "agenttemplates", "description": "", "item": [ { "name": "getpolicies", "description": "", "item": [ { "id": "68219365-adb9-456e-87e2-4b350b2710bb", "name": "Get agent template policies", "request": { "name": "Get agent template policies", "description": { "content": "Retrieve policies governing agent templates in the tenant, including creation and deployment permissions.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "agenttemplates", "getpolicies" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to expand policy details.", "type": "text/plain" }, "key": "expand", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "af119f8e-fdba-44d5-924d-6afded0df2b5", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "agenttemplates", "getpolicies" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to expand policy details.", "type": "text/plain" }, "key": "expand", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ee9c284e-94a7-4e30-a429-89f8a280db72", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "agenttemplates", "getpolicies" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to expand policy details.", "type": "text/plain" }, "key": "expand", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "52de81c0-ff15-426d-a316-5043213e9150", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "agenttemplates", "getpolicies" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to expand policy details.", "type": "text/plain" }, "key": "expand", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1e0e323e-8e38-4283-ae72-3dcdfa821462", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "agenttemplates", "getpolicies" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Whether to expand policy details.", "type": "text/plain" }, "key": "expand", "value": "true" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "getagenttemplates", "description": "", "item": [ { "id": "49afe386-bed2-469f-9260-cf7a857b9b85", "name": "Get agent templates", "request": { "name": "Get agent templates", "description": { "content": "Retrieve the list of available agent templates for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "agenttemplates", "getagenttemplates" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "23bb0fc7-9fad-42d9-b23c-ac241eb08376", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "agenttemplates", "getagenttemplates" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b6352ce3-3761-4999-87fd-1d6a4a8c11ba", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "agenttemplates", "getagenttemplates" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6bc84a0b-ad13-4fff-b69b-b0ee78adcb6a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "agenttemplates", "getagenttemplates" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8cfddb08-79c1-4152-8d86-40fe1722ff86", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "agenttemplates", "getagenttemplates" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "agentssettings", "description": "", "item": [ { "name": "mcpservers", "description": "", "item": [ { "id": "757dfc55-76a2-4d85-bf69-cda2fabdaeff", "name": "Get MCP servers", "request": { "name": "Get MCP servers", "description": { "content": "Retrieve the list of Model Context Protocol (MCP) servers configured for agent tools in the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "agentssettings", "mcpservers" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b43463bd-8e91-49de-95c0-3b10e95a065b", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "agentssettings", "mcpservers" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "07f8469e-a2b4-40be-9abb-fa3c27d5e383", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "agentssettings", "mcpservers" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4c181e17-887a-4d92-bafe-c8649e3b83b7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "agentssettings", "mcpservers" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cc99d03d-bfbe-460a-8069-bf4f597ca1cb", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "agentssettings", "mcpservers" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "TeamsProvisioning", "description": "", "item": [ { "name": "Customization", "description": "", "item": [ { "id": "748a992e-6204-486c-b699-7ca4fe0a3030", "name": "Get Teams provisioning customization flag", "request": { "name": "Get Teams provisioning customization flag", "description": { "content": "Retrieve the boolean customization flag used by the Teams provisioning experience in the admin center.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "TeamsProvisioning", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "4e4021f2-6ba1-41ef-8c93-62d865d51f21", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "TeamsProvisioning", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dbabe96e-cdb3-42a2-b06b-259f424b0dab", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "TeamsProvisioning", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "add97cef-ca51-449f-b6fe-a2aebd96f149", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "TeamsProvisioning", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f4216013-5f94-443b-96b0-155d7f826a86", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "TeamsProvisioning", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "Settings", "description": "", "item": [ { "name": "company", "description": "", "item": [ { "name": "theme", "description": "", "item": [ { "name": "v2", "description": "", "item": [ { "id": "00fcedb0-77c7-47ae-96b8-248a30b8809e", "name": "Get company theme", "request": { "name": "Get company theme", "description": { "content": "Retrieve the company branding theme settings including logos, colors, and banner text.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "company", "theme", "v2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "982477cd-8e98-483c-9ff4-61e78d881ef1", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "theme", "v2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "11c0565e-0e27-469e-aa4c-195ff02e6e02", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "theme", "v2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fa304fbc-12ff-4c6f-adf3-a61bc511804e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "theme", "v2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "12590cd8-c141-420d-a487-cccf6f175e21", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "theme", "v2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9a00fb64-d389-4b15-9180-d84e600e6dc6", "name": "Set company theme", "request": { "name": "Set company theme", "description": { "content": "Update the company branding theme settings.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "company", "theme", "v2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "a0a11d39-b2a9-4573-a431-b1913f4bb37a", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "theme", "v2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "aedc6edf-3139-48e9-9b54-f0a34ac129e1", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "theme", "v2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c05fe2f4-83ab-44a9-beb0-c3954863693e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "theme", "v2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3492d20d-8c7c-48b1-a956-58ad5a417e09", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "theme", "v2" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "profile", "description": "", "item": [ { "id": "24bfe4b8-9b6f-4044-a937-3544aafe06c6", "name": "Get company profile", "request": { "name": "Get company profile", "description": { "content": "Retrieve the company profile including organization name, address, phone number, and technical contact information.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "company", "profile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "afa152c7-4a31-4658-bc47-f6ed4688d9fc", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "profile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a3b5d529-28de-419c-b9d4-faa249c10c39", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "profile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2b716913-fd0a-4af1-b42f-d311ded3b00b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "profile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "569441c8-fb13-4dd7-8008-09518d1b6e98", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "profile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d637e931-a79c-4b43-9a1b-6a4d39b7734b", "name": "Set company profile", "request": { "name": "Set company profile", "description": { "content": "Update the company profile information.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "company", "profile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "a91c0279-c731-463c-87fa-6ec90f9dc4a0", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "profile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "3d2e8ca4-c26a-40ad-aa6e-255afad5c4e2", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "profile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "72e49460-42fc-4c6a-9dda-ee5b60bae396", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "profile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "593182b1-d015-415a-8004-05c9bdc3dcfd", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "profile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "helpdesk", "description": "", "item": [ { "id": "4d1dd34b-c27b-4ea6-9b8a-f363292e2f8b", "name": "Get helpdesk settings", "request": { "name": "Get helpdesk settings", "description": { "content": "Retrieve the custom helpdesk contact information displayed to users.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "company", "helpdesk" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3a72e72a-4dc4-43b8-80a0-af9b7a6d09f0", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "helpdesk" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "07cc9676-eb8d-47e0-a652-2d247ca866bf", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "helpdesk" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2d2d4a72-6256-40bd-a08c-8a30a8258be7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "helpdesk" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "524e4ff5-9fd5-42ed-bc99-dcd226c9de44", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "helpdesk" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "c991b774-d3a8-469c-bdce-b5f9473c0f48", "name": "Set helpdesk settings", "request": { "name": "Set helpdesk settings", "description": { "content": "Update the custom helpdesk contact information.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "company", "helpdesk" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "fda1ec2d-192a-44fe-a779-7c5e29cf984e", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "helpdesk" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "87bb7100-eea6-45a0-94e2-337cfdf9138b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "helpdesk" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e5bf84b3-97c2-490b-b036-b4db2c526aca", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "helpdesk" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f154df4d-d8d9-4c9e-b225-45a6475033ca", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "helpdesk" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "releasetrack", "description": "", "item": [ { "id": "e92359e3-3031-461a-9222-017b7771934e", "name": "Get release track settings", "request": { "name": "Get release track settings", "description": { "content": "Retrieve the release preferences (targeted release, standard release) for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "company", "releasetrack" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "649fe9f5-892d-4633-aa01-cf83cd4d6ae3", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "releasetrack" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "13ff7ab7-c7eb-4fbd-bdff-b6727a2b5bf5", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "releasetrack" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "952f85d7-1d9f-4f95-98e4-96b26ff4947e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "releasetrack" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "09f80b02-c78a-48be-9c8a-3b687bccc75c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "releasetrack" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9c5001aa-79b6-4c0b-87e2-a4e7af165042", "name": "Set release track settings", "request": { "name": "Set release track settings", "description": { "content": "Update the release preferences for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "company", "releasetrack" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "a836dd20-66e6-413e-b030-b856aceeda1f", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "releasetrack" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c812ef0b-5f15-439d-9e45-5b2fa181cb40", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "releasetrack" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e436b35c-436a-40e9-9321-567dc959ba10", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "releasetrack" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "29c8a3da-59e3-4300-a959-b0f1d2ea4178", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "releasetrack" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "sendfromaddress", "description": "", "item": [ { "id": "4d8ded6d-c22d-40bd-8c80-2c4031c0503c", "name": "Get send-from address settings", "request": { "name": "Get send-from address settings", "description": { "content": "Retrieve the custom send-from email address settings for system notifications.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "company", "sendfromaddress" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c8bbdb54-0d08-487b-8ee8-42290c43ebc2", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "sendfromaddress" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "36877692-d958-451e-a0ba-45a97ffb8e64", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "sendfromaddress" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d627256f-c0b9-439e-a9c6-e5a3d854ae51", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "sendfromaddress" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f5672ab3-85c9-4776-9315-8cbf978b3f5f", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "sendfromaddress" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "dbccc5e7-e6bd-4966-ad66-8032d1b666ca", "name": "Set send-from address settings", "request": { "name": "Set send-from address settings", "description": { "content": "Update the custom send-from email address for system notifications.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "company", "sendfromaddress" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "46785aa6-02c0-44eb-bc7f-dac9c10d8333", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "sendfromaddress" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5530f385-ea4c-49f9-bbde-79ec6ae812c8", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "sendfromaddress" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8a2db282-069c-4135-abff-f40c78fc32e8", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "sendfromaddress" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "baab0e59-e6e9-4848-ac81-481d72e85dad", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "sendfromaddress" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "tile", "description": "", "item": [ { "id": "b686c933-5256-4571-9f00-7d0a717b20d2", "name": "Get custom tile settings", "request": { "name": "Get custom tile settings", "description": { "content": "Retrieve custom tiles configured for the app launcher.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "company", "tile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "bc262023-8eea-41ec-afa4-59660ddf4f81", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "tile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3729df90-c758-4a1c-82e7-9985c2b1c9b7", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "tile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5d106fa7-74b8-46dc-8d61-79670413a566", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "tile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "60f8e394-fcb6-4e05-8f0f-0ff25933e70b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "tile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "ad503de9-5da0-4146-afed-54782968b8f4", "name": "Set custom tile settings", "request": { "name": "Set custom tile settings", "description": { "content": "Create or update custom tiles in the app launcher.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "company", "tile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "d35bb0e7-39bd-4a2e-be90-398609fd03b4", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "tile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "08b4cd5a-3f96-47c6-a72d-93e4a3f3ec40", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "tile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6b25b009-9334-4f76-911b-8efaf58e6952", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "tile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d68d2322-aa03-46f7-a4a1-c85479280e7e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "company", "tile" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "security", "description": "", "item": [ { "name": "o365guestuser", "description": "", "item": [ { "id": "30a48812-edf8-4596-b8c7-83fc2c38a63e", "name": "Get O365 guest user settings", "request": { "name": "Get O365 guest user settings", "description": { "content": "Retrieve the Office 365 guest user sharing and access settings.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "security", "o365guestuser" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "14bb35b5-2b9c-4e72-862d-2f161dfa3801", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "o365guestuser" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0fa79f2e-5534-411d-b64a-2c967ae92645", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "o365guestuser" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d0bc4267-b6fb-43e2-beb5-1c2ac2d27c83", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "o365guestuser" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "afe4da9f-4289-4808-ad50-3d377b4e25e0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "o365guestuser" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "371fdcda-340d-4761-9a24-85dd4243fe45", "name": "Set O365 guest user settings", "request": { "name": "Set O365 guest user settings", "description": { "content": "Update the Office 365 guest user sharing and access settings.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "security", "o365guestuser" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "848b4a3e-5116-43a9-aee4-482543aff91c", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "o365guestuser" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6a9411ba-302d-462d-8d69-4b7c110ebaea", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "o365guestuser" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8d500846-1db3-411d-ba15-21c5bff772ab", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "o365guestuser" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "99d6e71a-82f7-4b4b-8c12-6abb81770534", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "o365guestuser" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "guestUserPolicy", "description": "", "item": [ { "id": "95943ede-43bc-4474-b302-28ac3c14395f", "name": "Get guest user policy", "request": { "name": "Get guest user policy", "description": { "content": "Retrieve the guest user policy settings for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "security", "guestUserPolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c95fcec7-82cf-4a53-8c69-b09bf7035497", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "guestUserPolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e4a0a1d9-4536-4fcf-9782-f36cc87fc6c5", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "guestUserPolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "debb144b-ae41-475a-a69f-17c5bf965e15", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "guestUserPolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "27c5637d-0a6a-4e3e-b68d-b3af750fed83", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "guestUserPolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "c24fda06-24d5-4450-91d4-7e75ae7d3074", "name": "Set guest user policy", "request": { "name": "Set guest user policy", "description": { "content": "Update the guest user policy settings.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Settings", "security", "guestUserPolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "ea6ba2bb-ba50-4069-b563-88d92a9dccc0", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "guestUserPolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c8dabf14-b4eb-4efd-814d-4af5c10da848", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "guestUserPolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "197482f6-1e32-4f66-b199-fde4a2c6ce33", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "guestUserPolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "041a6dc2-40de-49ad-a922-1995e741b05b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Settings", "security", "guestUserPolicy" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "reports", "description": "", "item": [ { "name": "GetReportData", "description": "", "item": [ { "id": "f80294f5-d149-49b1-b2af-7308f99b87ea", "name": "Get report data", "request": { "name": "Get report data", "description": { "content": "Retrieve report data for various entity types. The entityName parameter determines which report is returned. Supports Copilot adoption, search metrics, agent usage, and other reporting dimensions.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "reports", "GetReportData" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The report entity type to retrieve (camelCase variant). Known values include: getCopilotAdoptionByProductsV2, getCopilotAdoptionByDateV2, getCopilotEDPAdoptionByPeriodV2, getCopilotEDPAdoptionByDateV2, getCopilotThumbsUpRateByDate, getCopilotEDPThumbsUpRateByDate, getCopilotAgentActiveUserRL30DailyMetrics, getCopilotAgentActiveAgentRL30Metrics, getCopilotAgentActiveUserRL30Metrics, getCopilotAgentActiveUserRL30WoWMetrics, getCopilotTenantTopAgentsByDAU.", "type": "text/plain" }, "key": "entityName", "value": "string" }, { "disabled": false, "description": { "content": "The report entity type to retrieve (lowercase variant). Known values include: getTenantSearchMetric, getMessageConsumptionSummary, getDeclarativeAgentConsumptionSummary.", "type": "text/plain" }, "key": "entityname", "value": "string" }, { "disabled": false, "description": { "content": "Number of results per page.", "type": "text/plain" }, "key": "pagesize", "value": "100" }, { "disabled": false, "description": { "content": "Time period in days for the report.", "type": "text/plain" }, "key": "period", "value": "30" }, { "disabled": false, "description": { "content": "Locale for the report data.", "type": "text/plain" }, "key": "locale", "value": "en-US" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "2e5d4760-b5f6-45fc-92f4-083b97ce4f35", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportData" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The report entity type to retrieve (camelCase variant). Known values include: getCopilotAdoptionByProductsV2, getCopilotAdoptionByDateV2, getCopilotEDPAdoptionByPeriodV2, getCopilotEDPAdoptionByDateV2, getCopilotThumbsUpRateByDate, getCopilotEDPThumbsUpRateByDate, getCopilotAgentActiveUserRL30DailyMetrics, getCopilotAgentActiveAgentRL30Metrics, getCopilotAgentActiveUserRL30Metrics, getCopilotAgentActiveUserRL30WoWMetrics, getCopilotTenantTopAgentsByDAU.", "type": "text/plain" }, "key": "entityName", "value": "string" }, { "disabled": false, "description": { "content": "The report entity type to retrieve (lowercase variant). Known values include: getTenantSearchMetric, getMessageConsumptionSummary, getDeclarativeAgentConsumptionSummary.", "type": "text/plain" }, "key": "entityname", "value": "string" }, { "disabled": false, "description": { "content": "Number of results per page.", "type": "text/plain" }, "key": "pagesize", "value": "100" }, { "disabled": false, "description": { "content": "Time period in days for the report.", "type": "text/plain" }, "key": "period", "value": "30" }, { "disabled": false, "description": { "content": "Locale for the report data.", "type": "text/plain" }, "key": "locale", "value": "en-US" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c28241d4-a055-4aaa-992d-d7eb0c69222b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportData" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The report entity type to retrieve (camelCase variant). Known values include: getCopilotAdoptionByProductsV2, getCopilotAdoptionByDateV2, getCopilotEDPAdoptionByPeriodV2, getCopilotEDPAdoptionByDateV2, getCopilotThumbsUpRateByDate, getCopilotEDPThumbsUpRateByDate, getCopilotAgentActiveUserRL30DailyMetrics, getCopilotAgentActiveAgentRL30Metrics, getCopilotAgentActiveUserRL30Metrics, getCopilotAgentActiveUserRL30WoWMetrics, getCopilotTenantTopAgentsByDAU.", "type": "text/plain" }, "key": "entityName", "value": "string" }, { "disabled": false, "description": { "content": "The report entity type to retrieve (lowercase variant). Known values include: getTenantSearchMetric, getMessageConsumptionSummary, getDeclarativeAgentConsumptionSummary.", "type": "text/plain" }, "key": "entityname", "value": "string" }, { "disabled": false, "description": { "content": "Number of results per page.", "type": "text/plain" }, "key": "pagesize", "value": "100" }, { "disabled": false, "description": { "content": "Time period in days for the report.", "type": "text/plain" }, "key": "period", "value": "30" }, { "disabled": false, "description": { "content": "Locale for the report data.", "type": "text/plain" }, "key": "locale", "value": "en-US" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1a484d2f-c7ae-4594-a211-263b5750b958", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportData" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The report entity type to retrieve (camelCase variant). Known values include: getCopilotAdoptionByProductsV2, getCopilotAdoptionByDateV2, getCopilotEDPAdoptionByPeriodV2, getCopilotEDPAdoptionByDateV2, getCopilotThumbsUpRateByDate, getCopilotEDPThumbsUpRateByDate, getCopilotAgentActiveUserRL30DailyMetrics, getCopilotAgentActiveAgentRL30Metrics, getCopilotAgentActiveUserRL30Metrics, getCopilotAgentActiveUserRL30WoWMetrics, getCopilotTenantTopAgentsByDAU.", "type": "text/plain" }, "key": "entityName", "value": "string" }, { "disabled": false, "description": { "content": "The report entity type to retrieve (lowercase variant). Known values include: getTenantSearchMetric, getMessageConsumptionSummary, getDeclarativeAgentConsumptionSummary.", "type": "text/plain" }, "key": "entityname", "value": "string" }, { "disabled": false, "description": { "content": "Number of results per page.", "type": "text/plain" }, "key": "pagesize", "value": "100" }, { "disabled": false, "description": { "content": "Time period in days for the report.", "type": "text/plain" }, "key": "period", "value": "30" }, { "disabled": false, "description": { "content": "Locale for the report data.", "type": "text/plain" }, "key": "locale", "value": "en-US" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "48473052-a20c-402e-af4c-4490306e0402", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportData" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The report entity type to retrieve (camelCase variant). Known values include: getCopilotAdoptionByProductsV2, getCopilotAdoptionByDateV2, getCopilotEDPAdoptionByPeriodV2, getCopilotEDPAdoptionByDateV2, getCopilotThumbsUpRateByDate, getCopilotEDPThumbsUpRateByDate, getCopilotAgentActiveUserRL30DailyMetrics, getCopilotAgentActiveAgentRL30Metrics, getCopilotAgentActiveUserRL30Metrics, getCopilotAgentActiveUserRL30WoWMetrics, getCopilotTenantTopAgentsByDAU.", "type": "text/plain" }, "key": "entityName", "value": "string" }, { "disabled": false, "description": { "content": "The report entity type to retrieve (lowercase variant). Known values include: getTenantSearchMetric, getMessageConsumptionSummary, getDeclarativeAgentConsumptionSummary.", "type": "text/plain" }, "key": "entityname", "value": "string" }, { "disabled": false, "description": { "content": "Number of results per page.", "type": "text/plain" }, "key": "pagesize", "value": "100" }, { "disabled": false, "description": { "content": "Time period in days for the report.", "type": "text/plain" }, "key": "period", "value": "30" }, { "disabled": false, "description": { "content": "Locale for the report data.", "type": "text/plain" }, "key": "locale", "value": "en-US" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "GetSummaryDataV3", "description": "", "item": [ { "id": "5e520c55-762b-43af-a2ca-6ce5a8b25e72", "name": "Get summary report data", "request": { "name": "Get summary report data", "description": { "content": "Retrieve summary report data for Microsoft 365 services. Supports Copilot activity reports and other service-level summaries.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "reports", "GetSummaryDataV3" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The service identifier (e.g., MicrosoftOffice).", "type": "text/plain" }, "key": "ServiceId", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The report category (e.g., MicrosoftCopilot, MicrosoftCopilotBCE).", "type": "text/plain" }, "key": "CategoryId", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The report name (e.g., CopilotActivityReport, CopilotBCEActivityReport).", "type": "text/plain" }, "key": "Report", "value": "string" }, { "disabled": false, "description": { "content": "The active view within the report. Known values include: CopilotAdoptionByProductsV2, CopilotAdoptionByDateV2, CopilotEDPAdoptionSummaryByPeriodV2, CopilotBCEAdoptionByPeriodV2, CopilotBCEAdoptionByDateV2.", "type": "text/plain" }, "key": "active_view", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "14c3a6d6-3dfd-4611-8fce-250d80fca596", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetSummaryDataV3" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The service identifier (e.g., MicrosoftOffice).", "type": "text/plain" }, "key": "ServiceId", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The report category (e.g., MicrosoftCopilot, MicrosoftCopilotBCE).", "type": "text/plain" }, "key": "CategoryId", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The report name (e.g., CopilotActivityReport, CopilotBCEActivityReport).", "type": "text/plain" }, "key": "Report", "value": "string" }, { "disabled": false, "description": { "content": "The active view within the report. Known values include: CopilotAdoptionByProductsV2, CopilotAdoptionByDateV2, CopilotEDPAdoptionSummaryByPeriodV2, CopilotBCEAdoptionByPeriodV2, CopilotBCEAdoptionByDateV2.", "type": "text/plain" }, "key": "active_view", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1576b7f3-b949-4309-9e0b-e06a72656df4", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetSummaryDataV3" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The service identifier (e.g., MicrosoftOffice).", "type": "text/plain" }, "key": "ServiceId", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The report category (e.g., MicrosoftCopilot, MicrosoftCopilotBCE).", "type": "text/plain" }, "key": "CategoryId", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The report name (e.g., CopilotActivityReport, CopilotBCEActivityReport).", "type": "text/plain" }, "key": "Report", "value": "string" }, { "disabled": false, "description": { "content": "The active view within the report. Known values include: CopilotAdoptionByProductsV2, CopilotAdoptionByDateV2, CopilotEDPAdoptionSummaryByPeriodV2, CopilotBCEAdoptionByPeriodV2, CopilotBCEAdoptionByDateV2.", "type": "text/plain" }, "key": "active_view", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "24651b1e-1a73-484f-8ce2-1d865dbe0a03", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetSummaryDataV3" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The service identifier (e.g., MicrosoftOffice).", "type": "text/plain" }, "key": "ServiceId", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The report category (e.g., MicrosoftCopilot, MicrosoftCopilotBCE).", "type": "text/plain" }, "key": "CategoryId", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The report name (e.g., CopilotActivityReport, CopilotBCEActivityReport).", "type": "text/plain" }, "key": "Report", "value": "string" }, { "disabled": false, "description": { "content": "The active view within the report. Known values include: CopilotAdoptionByProductsV2, CopilotAdoptionByDateV2, CopilotEDPAdoptionSummaryByPeriodV2, CopilotBCEAdoptionByPeriodV2, CopilotBCEAdoptionByDateV2.", "type": "text/plain" }, "key": "active_view", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "53b8134c-4e8e-4957-81d5-3ba5245f0842", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetSummaryDataV3" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "(Required) The service identifier (e.g., MicrosoftOffice).", "type": "text/plain" }, "key": "ServiceId", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The report category (e.g., MicrosoftCopilot, MicrosoftCopilotBCE).", "type": "text/plain" }, "key": "CategoryId", "value": "string" }, { "disabled": false, "description": { "content": "(Required) The report name (e.g., CopilotActivityReport, CopilotBCEActivityReport).", "type": "text/plain" }, "key": "Report", "value": "string" }, { "disabled": false, "description": { "content": "The active view within the report. Known values include: CopilotAdoptionByProductsV2, CopilotAdoptionByDateV2, CopilotEDPAdoptionSummaryByPeriodV2, CopilotBCEAdoptionByPeriodV2, CopilotBCEAdoptionByDateV2.", "type": "text/plain" }, "key": "active_view", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "productivityScoreConfig", "description": "", "item": [ { "name": "GetProductivityScoreConfig", "description": "", "item": [ { "id": "cb37dc43-130f-4b0a-8a56-b7b077f8db40", "name": "Get Productivity Score configuration", "request": { "name": "Get Productivity Score configuration", "description": { "content": "Retrieve the Productivity Score (Adoption Score) configuration for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "reports", "productivityScoreConfig", "GetProductivityScoreConfig" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b2e54a1a-6c66-4ad8-9cd6-3e28e6d622f2", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "productivityScoreConfig", "GetProductivityScoreConfig" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"ErrorRecords\": null,\n \"Informations\": null,\n \"Warnings\": null,\n \"Output\": [\n \"{\\\"TenantId\\\":\\\"847B5907CA1540F4B171EB18619DBFAB\\\",\\\"ProductivityScoreSignedup\\\":true,\\\"SignupUserPuid\\\":null,\\\"SignupTime\\\":\\\"0001-01-01T00:00:00\\\",\\\"ReadyTime\\\":\\\"0001-01-01T00:00:00\\\",\\\"AdoptionScorePreOptedOut\\\":false,\\\"PreOptedOutUserPuid\\\":null,\\\"PreOptedOutTime\\\":\\\"0001-01-01T00:00:00\\\"}\"\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7eca938a-b23f-47f4-8363-baa27a1de7d0", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "productivityScoreConfig", "GetProductivityScoreConfig" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "342f0712-734c-4382-8175-e8157fae0e9b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "productivityScoreConfig", "GetProductivityScoreConfig" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9222b489-4f17-455f-a28b-b88d292c67d1", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "productivityScoreConfig", "GetProductivityScoreConfig" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "productivityScoreCustomerOption", "description": "", "item": [ { "id": "bdc938c9-b04b-49b6-87a2-b90574a90323", "name": "Get Productivity Score customer options", "request": { "name": "Get Productivity Score customer options", "description": { "content": "Retrieve customer opt-in and privacy options for Productivity Score and related cohort insights.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "reports", "productivityScoreCustomerOption" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3f40c3bf-f1d9-4ca7-af5a-6cca425c967a", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "productivityScoreCustomerOption" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"ErrorRecords\": null,\n \"Informations\": null,\n \"Warnings\": null,\n \"Output\": [\n \"{\\\"TenantId\\\":\\\"847B5907CA1540F4B171EB18619DBFAB\\\",\\\"ProductivityScoreSignedup\\\":true,\\\"SignupUserPuid\\\":null,\\\"SignupTime\\\":\\\"0001-01-01T00:00:00\\\",\\\"ReadyTime\\\":\\\"0001-01-01T00:00:00\\\",\\\"AdoptionScorePreOptedOut\\\":false,\\\"PreOptedOutUserPuid\\\":null,\\\"PreOptedOutTime\\\":\\\"0001-01-01T00:00:00\\\"}\"\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "de4d2602-1656-41a2-80a5-95b56f1fab4e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "productivityScoreCustomerOption" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0fe61633-cf8f-4c4a-bfdf-2cfce5797a38", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "productivityScoreCustomerOption" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9e80908d-d3b8-4a3b-ace1-127a94b80fb4", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "productivityScoreCustomerOption" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "GetReportCategoryDetails", "description": "", "item": [ { "id": "7a6cb4c1-d210-492d-803f-6367e5662250", "name": "Get report category details", "request": { "name": "Get report category details", "description": { "content": "Retrieve report category details and metadata for the usage reports dashboard (Reports > Usage).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "reports", "GetReportCategoryDetails" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Reporting period (e.g., D7, D30, D90, D180). (This can only be one of D7,D30,D90,D180)", "type": "text/plain" }, "key": "period", "value": "D7" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ce9945a1-aeeb-4eed-93bb-4e76dd9849e8", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportCategoryDetails" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Reporting period (e.g., D7, D30, D90, D180). (This can only be one of D7,D30,D90,D180)", "type": "text/plain" }, "key": "period", "value": "D7" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2bb26e53-4e3b-4d2e-80f0-352f3a812d87", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportCategoryDetails" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Reporting period (e.g., D7, D30, D90, D180). (This can only be one of D7,D30,D90,D180)", "type": "text/plain" }, "key": "period", "value": "D7" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f1ca8320-693c-4aee-adca-12ee6721dbf4", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportCategoryDetails" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Reporting period (e.g., D7, D30, D90, D180). (This can only be one of D7,D30,D90,D180)", "type": "text/plain" }, "key": "period", "value": "D7" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f9de8371-702e-4f37-8f9f-3a0ea81df9ef", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportCategoryDetails" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Reporting period (e.g., D7, D30, D90, D180). (This can only be one of D7,D30,D90,D180)", "type": "text/plain" }, "key": "period", "value": "D7" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "GetReportTileData", "description": "", "item": [ { "id": "3d9ad7ad-3e2a-4f50-9f72-8f07cf665cc5", "name": "Get report tile data", "request": { "name": "Get report tile data", "description": { "content": "Retrieve tile data for the usage reports dashboard including summary metrics (Reports > Usage).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "reports", "GetReportTileData" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Reporting period (e.g., D7, D30, D90, D180). (This can only be one of D7,D30,D90,D180)", "type": "text/plain" }, "key": "period", "value": "D7" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "245ba8a4-6471-470e-82a1-17622d10a6fa", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportTileData" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Reporting period (e.g., D7, D30, D90, D180). (This can only be one of D7,D30,D90,D180)", "type": "text/plain" }, "key": "period", "value": "D7" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ddeefeae-5e5b-49be-ad61-823a098bca0c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportTileData" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Reporting period (e.g., D7, D30, D90, D180). (This can only be one of D7,D30,D90,D180)", "type": "text/plain" }, "key": "period", "value": "D7" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e0cbca0d-5d56-4058-a438-78441f3d4c38", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportTileData" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Reporting period (e.g., D7, D30, D90, D180). (This can only be one of D7,D30,D90,D180)", "type": "text/plain" }, "key": "period", "value": "D7" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "afaa4550-5d03-45b7-b043-80183a6c408a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportTileData" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Reporting period (e.g., D7, D30, D90, D180). (This can only be one of D7,D30,D90,D180)", "type": "text/plain" }, "key": "period", "value": "D7" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "GetReportsWidgetConfig", "description": "", "item": [ { "id": "9cc4a0f5-2d06-406b-acaf-406e5162c77b", "name": "Get reports widget configuration", "request": { "name": "Get reports widget configuration", "description": { "content": "Retrieve widget configuration for the usage reports dashboard layout (Reports > Usage).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "reports", "GetReportsWidgetConfig" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "888cbfef-b938-45da-9a45-70abe559f10d", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportsWidgetConfig" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8ab634d7-0b70-4153-83a1-42aac5bfb760", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportsWidgetConfig" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c1d0d110-1d0a-4b15-ad74-3d1e44e9a469", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportsWidgetConfig" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "81868b0e-b455-4703-9aa5-5a342d70274c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "GetReportsWidgetConfig" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "config", "description": "", "item": [ { "name": "GetTenantConfiguration", "description": "", "item": [ { "id": "407b84e8-acd8-42b1-95ac-4c12977489fb", "name": "Get reports tenant configuration", "request": { "name": "Get reports tenant configuration", "description": { "content": "Retrieve the tenant-level reporting configuration settings (Org Settings > Reports).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "reports", "config", "GetTenantConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a1745f67-e089-4c41-9ff7-ccf086e197f6", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "config", "GetTenantConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9fb7ea6f-242c-402e-92fa-fa727f64f989", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "config", "GetTenantConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bc9af6ea-2709-40b7-971c-d8c604edd919", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "config", "GetTenantConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1a23891e-a3aa-4674-b6bb-74454b8fd03b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "reports", "config", "GetTenantConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "admindashboard", "description": "", "item": [ { "name": "preferences", "description": "", "item": [ { "id": "91cac92f-a3be-4b32-bf44-d4d47ce4a705", "name": "Get admin dashboard preferences", "request": { "name": "Get admin dashboard preferences", "description": { "content": "Retrieve admin dashboard preferences for the current user.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "admindashboard", "preferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "629ad635-f315-499b-a3dc-d0ce862f9949", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "admindashboard", "preferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"DismissPersonalizationCallout\": 0,\n \"ClickedMarketplaceLeftNav\": 0,\n \"ClickedMarketplaceLeftNavCoachmark\": 0,\n \"ClickedAdminCopilotCoachmark\": 0,\n \"ClickedAgent365Modal\": 1768291662,\n \"ClickedTeamsTabCoachmark\": 0,\n \"ClickedTeamsCommandBarCoachmark\": 0,\n \"LastShownAdminAppCoachmark\": 0,\n \"AdminAppPromoOpenedFromCoachMarkCount\": 1,\n \"CopilotQuickstartGuideBannerDismissed\": false,\n \"key_0\": 9059,\n \"key_1\": 7702\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1db14a1d-b9dc-4857-bb32-0d3053b0ac64", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "admindashboard", "preferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e02fcbfb-d16e-4631-8d08-a7b3dba5e6f4", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "admindashboard", "preferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1e4ec179-8903-403c-869c-016bac7a8c8e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "admindashboard", "preferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "searchadminapi", "description": "", "item": [ { "name": "configurations", "description": "", "item": [ { "id": "53c77d1a-ccad-48a4-abe7-8c357d194531", "name": "Get search configurations", "request": { "name": "Get search configurations", "description": { "content": "Retrieve the Microsoft Search admin configurations for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "searchadminapi", "configurations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "01a77a28-fb5d-45a7-a7ff-bbd2dcd8e0a0", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "configurations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7d41fc96-95f1-44c8-9fbe-7219e7cf6001", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "configurations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b7b08645-107f-435c-9706-9273bb3f6a69", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "configurations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "58377b66-c365-4855-8375-618d2c46324e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "configurations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Qnas", "description": "", "item": [ { "id": "4e2eefaa-eda3-4af8-8f67-f08dfe99e04b", "name": "Get search Q&A answers", "request": { "name": "Get search Q&A answers", "description": { "content": "Retrieve the search Q&A (Questions and Answers) bookmarks configured for the tenant. Supports filtering by service type and status.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "searchadminapi", "Qnas" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"ServiceType\": \"Bing\",\n \"Filter\": \"Published\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "dfc706b5-3983-47ed-9e7d-451d638028d0", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "Qnas" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"ServiceType\": \"Bing\",\n \"Filter\": \"Published\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1553dae4-66cd-44d7-ae85-ddc165dc65fd", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "Qnas" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"ServiceType\": \"Bing\",\n \"Filter\": \"Published\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "aa6d763d-3046-4252-b2cf-71e446c14a0c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "Qnas" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"ServiceType\": \"Bing\",\n \"Filter\": \"Published\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "34ac33eb-00dd-489f-bd3e-543043b772e3", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "Qnas" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"ServiceType\": \"Bing\",\n \"Filter\": \"Published\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "news", "description": "", "item": [ { "name": "options", "description": "", "item": [ { "name": "Bing", "description": "", "item": [ { "id": "4ab818ca-cb83-443e-8211-83011eef2362", "name": "Get Bing news options", "request": { "name": "Get Bing news options", "description": { "content": "Retrieve the Bing news integration options for Microsoft Search.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "searchadminapi", "news", "options", "Bing" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9c400ecb-d554-4399-9b03-53ffea642d3f", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "news", "options", "Bing" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "38edcb02-adba-4607-b46c-36296967a368", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "news", "options", "Bing" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4eb9a3e1-c398-4301-807b-d9772b17a05e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "news", "options", "Bing" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ca8fc5ae-f341-4b7d-a563-c15bedb782dd", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "news", "options", "Bing" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "UDTConnectorsSummary", "description": "", "item": [ { "id": "61aa6fc5-9da5-40e3-8391-912d4c3ff2fa", "name": "Get connectors summary", "request": { "name": "Get connectors summary", "description": { "content": "Retrieve a summary of User-Defined Type (UDT) data connectors for Microsoft Search.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "searchadminapi", "UDTConnectorsSummary" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f34f2f17-b9f4-4761-8c63-3c499dbc6b8a", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "UDTConnectorsSummary" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0524e77a-612a-4a15-8e06-409d407f7eb4", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "UDTConnectorsSummary" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "01f49bb9-726d-4dd8-95fb-48564bf0852f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "UDTConnectorsSummary" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "207a224e-5470-4975-a285-cfc24789a814", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "searchadminapi", "UDTConnectorsSummary" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "users", "description": "", "item": [ { "name": "getuserroles", "description": "", "item": [ { "id": "d79c38c8-d226-41fb-a2d4-72d10e904a00", "name": "Get user roles", "request": { "name": "Get user roles", "description": { "content": "Retrieve the admin roles assigned to a user. Accepts a principal ID and security group memberships to resolve role assignments.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "getuserroles" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"PrincipalId\": \"string\",\n \"UserSecurityGroups\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "71287066-b023-49d3-95f5-adc862c37ffe", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getuserroles" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"PrincipalId\": \"string\",\n \"UserSecurityGroups\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7017c699-f78f-4ee7-a5c8-c04f07ae46b8", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getuserroles" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"PrincipalId\": \"string\",\n \"UserSecurityGroups\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c469771b-f5f5-4539-abdc-b24f6cc39cf9", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getuserroles" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"PrincipalId\": \"string\",\n \"UserSecurityGroups\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c2ac7ce9-6cdc-4bb1-8470-5edec2cf5ddd", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getuserroles" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"PrincipalId\": \"string\",\n \"UserSecurityGroups\": [\n \"string\",\n \"string\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "contextualalerts", "description": "", "item": [ { "id": "3b4e8110-e8d6-43ea-a89b-69f234931653", "name": "Get contextual alerts", "request": { "name": "Get contextual alerts", "description": { "content": "Retrieve contextual alerts for the current admin user session.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "contextualalerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "5d46ef67-a66a-4d5a-a80c-fdccf649c601", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "contextualalerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7f9e29e9-8e9c-4220-9195-00787c32b385", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "contextualalerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7eb0a04a-2254-4dd0-ac24-3c9a26bd6223", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "contextualalerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1ecefa34-3f77-4105-aa45-cae3c600eb38", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "contextualalerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "currentUser", "description": "", "item": [ { "id": "fedc4eb1-de4d-4149-9c67-7e8d410fdd8a", "name": "Get current user info", "request": { "name": "Get current user info", "description": { "content": "Retrieve information about the currently authenticated admin user.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "currentUser" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "64a7ec89-51ad-4135-ae62-ad00f702bfdb", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "currentUser" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"UserInfo\": {\n \"DisplayName\": \"Nathan McNulty\",\n \"SyncType\": null,\n \"DirSyncEnabled\": false,\n \"UserPrincipalName\": \"nathan@contoso.com\",\n \"PUID\": \"100320026F564BE5\",\n \"ObjectId\": \"a2307c5a-76df-4513-b575-0537842c1d8b\",\n \"FirstName\": \"Nathan\",\n \"LastName\": \"McNulty\",\n \"CreatedTime\": null,\n \"DeletedTime\": null,\n \"AgeGroup\": null,\n \"Initials\": \"NM\",\n \"InitialsColor\": \"#008272\",\n \"UserStatus\": null,\n \"HasExchange\": true,\n \"HasTeams\": true,\n \"EmployeeId\": null,\n \"JobTitle\": null,\n \"Department\": null,\n \"IsGuestUser\": false,\n \"CreationDateTime\": \"2023-02-02T02:34:56Z\",\n \"HasOfficeUICapability\": false,\n \"PreferredDataLocation\": null,\n \"City\": null,\n \"CountryOrRegion\": null,\n \"Office\": null,\n \"StateOrProvince\": null,\n \"UsageLocation\": null,\n \"LastDirSyncTime\": null,\n \"SigninStatus\": null,\n \"SigninStatusBoolean\": false,\n \"Licenses\": null,\n \"AssignedProductSkus\": null,\n \"HasLicense\": false\n },\n \"AdminPageTitle\": \"Microsoft 365 admin center\",\n \"IsRightToLeft\": false,\n \"DatePattern\": \"M/d/yyyy\",\n \"CultureInfo\": \"en-US\",\n \"CompanyName\": \"Contoso Ltd.\",\n \"TourEnabled\": true,\n \"TenantUICapability\": 0,\n \"ReportingEnabled\": true,\n \"DirSyncEnabled\": false,\n \"ManageUserExchangeEnabled\": true,\n \"ManageExchangeEnabled\": true,\n \"CanManageGroups\": true,\n \"IsExchangeAdmin\": true,\n \"IsSharePointEmbeddedAdmin\": false,\n \"CanManageSharePoint\": true,\n \"CanManageExchange\": true,\n \"IsPasswordAdminInTenant\": false,\n \"SetUserEnabled\": true,\n \"EnterpriseAgreementUser\": false,\n \"IsAdmin\": true,\n \"IsGlobalAdmin\": true,\n \"IsAIAdmin\": false,\n \"HasExchangeLicense\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3ee71ca0-5310-4522-a854-1b9a4989fa89", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "currentUser" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3424d9fe-b761-480d-aa91-5bb92b984f21", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "currentUser" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "466a3e46-d12c-4d9a-867d-46dc3df2aed9", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "currentUser" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "svinfo", "description": "", "item": [ { "id": "0e6c8525-a979-42af-82fe-2a2037d2f83c", "name": "Get server version info", "request": { "name": "Get server version info", "description": { "content": "Retrieve server version information for the admin portal.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "svinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "2311ea02-d139-4839-b901-d3baf0ceef46", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "svinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"Show\": false,\n \"ShowToggle\": true,\n \"ShowSimplifiedViewOptInWindow\": false,\n \"ShowSimplifiedViewOptInCallout\": false,\n \"ShowToggleToDashboardViewCallout\": false,\n \"ShowToggleToSimplifiedViewCallout\": false,\n \"ShowUsersPageSimplifiedViewCallout\": false,\n \"ShowSimplifiedViewCallout\": false,\n \"ShowSignupTransition\": false,\n \"SignupEmail\": null,\n \"ShowUserIntentWindow\": false,\n \"GetValueGuidance\": false,\n \"Preferences\": {\n \"ShowSimplifiedView\": false,\n \"ShowSimplifiedViewLastUpdate\": 1742496314,\n \"DismissToggleToDashboardViewCallout\": false,\n \"DismissToggleToSimplifiedViewCallout\": false,\n \"DismissUsersPageSimplifiedViewCallout\": 0,\n \"DismissSimplifiedViewButtonCallout\": false,\n \"DismissSimplifiedViewCallout\": false,\n \"DismissUserIntentWindow\": null,\n \"RenderedSignupTransition\": false,\n \"DismissedActions\": null,\n \"ActionsInfo\": null,\n \"DismissSimplifiedViewOptIn\": 0,\n \"ShowOptOutSurvey\": false,\n \"OrgRelevantProducts\": null,\n \"UserExperienceLevel\": null,\n \"SetupPivotFirstVisitedOn\": null,\n \"DismissedSetupPivotTeachingBubble\": null,\n \"SetupPivotBasicActionDetails\": {\n \"Actions\": null,\n \"StartTime\": null,\n \"EndTime\": null\n },\n \"BasicSetupActionStatus\": null,\n \"BasicSetupCompletedOn\": null,\n \"PivotsToIncludeByEligibility\": null,\n \"SussexPreferences\": {\n \"ShowSussexView\": null,\n \"DismissAdoptionViewTeachingBubble\": null,\n \"DismissWelcomeExperienceTeachingBubble\": null\n },\n \"ShowGatherIntentWindow\": false,\n \"DismissedGatherIntentWindowOn\": null,\n \"ClickedIntentRemindLaterOn\": null,\n \"SetupActionCardStatus\": null,\n \"SetupPopUpDisabled\": false\n },\n \"Pivots\": [\n \"Users\",\n \"Groups\",\n \"Billing\",\n \"MessageCenter\",\n \"Learn\"\n ],\n \"HasEligibleSkus\": true,\n \"eligibilityType\": null,\n \"IsUserEligibleForGreenRoomPanel\": false,\n \"DefaultPivot\": \"Users\",\n \"HideTopActions\": false,\n \"EnableSussexDashboard\": false,\n \"EnableSussexPrivatePreview\": false,\n \"EnableTopActionsFromMessageServices\": false,\n \"MaxResponseWaitTimeForTopActionInMsgService\": 0,\n \"TenantPreferences\": null,\n \"SurfaceGatherIntentRemindMeLaterAfter\": null\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bd1b50a5-da92-481f-9148-cf7273b9417b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "svinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "db3f2df7-48f8-48fe-984e-6b81a352e442", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "svinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b16a98bd-6997-4653-ad40-40c9aec110da", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "svinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "getcommondvpreferences", "description": "", "item": [ { "id": "00f9c9ba-9ea1-49e8-9592-9f78cdc2ea8c", "name": "Get common DV preferences", "request": { "name": "Get common DV preferences", "description": { "content": "Retrieve common data visualization preferences for the current user.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "getcommondvpreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "eed97adf-7ab2-44fa-a8a5-a71b4e5393bb", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getcommondvpreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0231c1bd-c4ca-4de9-86b0-d68b2ed44cb6", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getcommondvpreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3ff1d6d3-5a64-4881-a2c5-ace04d213eda", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getcommondvpreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "540017a4-d538-443e-a9f2-2c1c54fd9c66", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getcommondvpreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "products", "description": "", "item": [ { "id": "27c820e3-aa88-4749-8c4e-a1200afca37b", "name": "Get user products", "request": { "name": "Get user products", "description": { "content": "Retrieve the products and licenses associated with the current user.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "83960019-9d77-4bf4-b0bd-243040d59594", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8b817983-15b9-469f-b005-48d6506dc330", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "48a56105-9ee5-4a3b-b928-b77c6af1943d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "60c866ba-940d-4e32-af76-0605d61b7da8", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "dashboardlayout", "description": "", "item": [ { "id": "448f9cda-b7ab-44e2-abc0-edbc3a0f5757", "name": "Get dashboard layout", "request": { "name": "Get dashboard layout", "description": { "content": "Retrieve the dashboard layout preferences for the current user.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "dashboardlayout" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ec8e63a8-c479-4b1b-88c6-7cdac1941146", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "dashboardlayout" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "20d432af-da12-46a0-ba96-47e4ada609ab", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "dashboardlayout" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dbade566-94c7-40b2-b838-50046de527ea", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "dashboardlayout" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bd0c74a6-cb57-435b-afe2-ed8dc8eca585", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "dashboardlayout" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "getuseraccesstoken", "description": "", "item": [ { "id": "39071819-bb0e-4c1b-92a0-b921b20e86e1", "name": "Get user access token", "request": { "name": "Get user access token", "description": { "content": "Retrieve an access token for the current authenticated user.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "getuseraccesstoken" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "31715622-ffbe-4c5d-bd70-8ed40b64dda2", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getuseraccesstoken" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "00187b56-c205-4304-b5d4-6d8b5211a7d4", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getuseraccesstoken" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b9d08df9-ad24-4962-95ba-e717f4921ff8", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getuseraccesstoken" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e9e3013d-0431-4040-ae9b-37837f94e189", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getuseraccesstoken" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "teamssettingsinfo", "description": "", "item": [ { "id": "6f62a792-c993-4477-93af-5f777aec7459", "name": "Get Teams settings info", "request": { "name": "Get Teams settings info", "description": { "content": "Retrieve Teams settings information for the current user.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "teamssettingsinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ad6eae86-8217-497b-a5e6-1e0ff171b695", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "teamssettingsinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3e6a74b6-4f8a-4b33-9fc5-847ebfa640a3", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "teamssettingsinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7f86b79e-8c7a-4e8d-89c7-c6cfaef9a45e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "teamssettingsinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "aac8e5b5-7867-4c8c-9c67-8bbc4e3268d1", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "teamssettingsinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "surveysInfo", "description": "", "item": [ { "id": "fb551338-22e3-428e-abe7-d3598e09062f", "name": "Get survey information", "request": { "name": "Get survey information", "description": { "content": "Retrieve survey information for the current admin user.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "surveysInfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5aa175c7-ac96-44ca-a2a0-91642cd5a02c", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "surveysInfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "91671f81-ead7-47e8-95e8-3da790884860", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "surveysInfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d3803e95-4f1a-43a4-80eb-dfc61e534a4e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "surveysInfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "59d0f166-8f33-416b-8e46-62e9dbdb3636", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "surveysInfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "savecommondvpreferences", "description": "", "item": [ { "id": "72642fcd-92d6-4d11-badd-d27e31c60a79", "name": "Save common DV preferences", "request": { "name": "Save common DV preferences", "description": { "content": "Save common data visualization preferences for the current user.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "savecommondvpreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "143faee7-e816-4428-865b-97a33fe5be6f", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "savecommondvpreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "31c78cee-bac2-4446-9a4b-145319bdfd3a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "savecommondvpreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d170b9db-de06-4d5d-82bc-13a717ef6de7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "savecommondvpreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b22d9c0f-2e1a-4257-983f-9a6b649ac4b5", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "savecommondvpreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "tokenWithExpiry", "description": "", "item": [ { "id": "d5c0973b-c708-423e-8951-1eda12b8cfed", "name": "Get token with expiry", "request": { "name": "Get token with expiry", "description": { "content": "Retrieve a token with expiry information for the current user.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "tokenWithExpiry" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "007b22f3-059e-43f0-9e68-02a8fe83eaca", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "tokenWithExpiry" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7740b9a7-5db8-4579-94f1-33914aaf9fa0", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "tokenWithExpiry" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "16b7b353-36e6-42e4-97fe-9fa911f433a2", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "tokenWithExpiry" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "22ebbbd6-0f67-481b-bf7f-c6b9623c3164", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "tokenWithExpiry" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "ListExternalGuestUsers", "description": "", "item": [ { "id": "dd787059-65f2-4481-81d3-9e8d48806cc0", "name": "List external guest users", "request": { "name": "List external guest users", "description": { "content": "Retrieve a list of external guest users in the tenant (Users > Guest).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "ListExternalGuestUsers" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "970d6792-08f3-4e31-a38e-3ef9944b7262", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "ListExternalGuestUsers" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b14db391-12f3-4040-81ad-d8eac87d18e3", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "ListExternalGuestUsers" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7ff1057b-d631-46a7-b7f2-25ad8bd31bc1", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "ListExternalGuestUsers" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d8391533-5cdb-46d1-bb1d-f0a16f4905e9", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "ListExternalGuestUsers" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "administrativeunits", "description": "", "item": [ { "id": "c88fd893-e397-41bd-a14b-9faa1f7c052e", "name": "Get administrative units", "request": { "name": "Get administrative units", "description": { "content": "Retrieve the list of administrative units for user management (Org Settings > Services).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "administrativeunits" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" }, { "disabled": false, "description": { "content": "OData expression to sort results.", "type": "text/plain" }, "key": "$orderby", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f149282e-0fff-4bc5-b04f-8b1019e9c038", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "administrativeunits" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" }, { "disabled": false, "description": { "content": "OData expression to sort results.", "type": "text/plain" }, "key": "$orderby", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "aa44125d-936c-42a2-85e3-3e08483721ab", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "administrativeunits" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" }, { "disabled": false, "description": { "content": "OData expression to sort results.", "type": "text/plain" }, "key": "$orderby", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ca966e21-d395-45e6-894b-f77a3173a7ab", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "administrativeunits" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" }, { "disabled": false, "description": { "content": "OData expression to sort results.", "type": "text/plain" }, "key": "$orderby", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "13b2b475-6065-4a82-accc-d3a179a69d43", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "administrativeunits" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" }, { "disabled": false, "description": { "content": "OData expression to sort results.", "type": "text/plain" }, "key": "$orderby", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "deviceupdatechanneleligibility", "description": "", "item": [ { "id": "85d553a6-0ef6-426c-9832-da415fa224ae", "name": "Get device update channel eligibility", "request": { "name": "Get device update channel eligibility", "description": { "content": "Retrieve device update channel eligibility information for users (Users > Active).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "deviceupdatechanneleligibility" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c61bcbd7-51c8-48f8-98fd-77c60f179ace", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "deviceupdatechanneleligibility" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fae09875-ad0d-4b25-b7b6-b5f74c61a76e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "deviceupdatechanneleligibility" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c95a9dbd-f65e-48be-bffc-c1b6f4c2510f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "deviceupdatechanneleligibility" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "73ed2737-ad6b-4eb0-b49b-d9f63ab941b4", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "deviceupdatechanneleligibility" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "getavailableroles", "description": "", "item": [ { "id": "11f53d95-e4a7-406d-81f8-fdc6a9786618", "name": "Get available roles", "request": { "name": "Get available roles", "description": { "content": "Retrieve the list of available admin roles that can be assigned to users (Users > Active).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "getavailableroles" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" }, { "disabled": false, "description": { "content": "OData expression to sort results.", "type": "text/plain" }, "key": "$orderby", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0b6a180f-575a-4842-a15d-b6866816ccda", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getavailableroles" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" }, { "disabled": false, "description": { "content": "OData expression to sort results.", "type": "text/plain" }, "key": "$orderby", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f81f24d9-2b22-4dbe-b768-71f6f1942f9e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getavailableroles" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" }, { "disabled": false, "description": { "content": "OData expression to sort results.", "type": "text/plain" }, "key": "$orderby", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "764d6a93-c1fd-44ee-b2d1-9dcc1e04064c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getavailableroles" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" }, { "disabled": false, "description": { "content": "OData expression to sort results.", "type": "text/plain" }, "key": "$orderby", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ae56b6d3-12a9-4281-8bdf-0f194e0ec279", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "getavailableroles" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" }, { "disabled": false, "description": { "content": "OData expression to sort results.", "type": "text/plain" }, "key": "$orderby", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "new", "description": "", "item": [ { "name": "options", "description": "", "item": [ { "id": "7404a54a-1dfc-446f-84c1-8228b8f974e6", "name": "Get new user options", "request": { "name": "Get new user options", "description": { "content": "Retrieve options and configuration for creating new users or contacts (Users > Contacts).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", "new", "options" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d12370eb-40ab-41f3-bcdc-bc636aef769f", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", "new", "options" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ba1ebb31-cf8d-4e60-81a8-99f4708a31d3", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "new", "options" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "29ea68f5-1d25-43d7-90e0-2aa54c0e89f6", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "new", "options" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7cb56607-bbb9-4823-a538-38f2d091347c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", "new", "options" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "{userId}", "description": "", "item": [ { "id": "bc16d49b-7959-42de-8790-4fafdd11e92c", "name": "Get user by ID", "request": { "name": "Get user by ID", "description": { "content": "Retrieve detailed information for a specific user by their user ID (Reports > Usage).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "users", ":userId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "userId", "disabled": false, "description": { "content": "(Required) The unique identifier of the user.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e68f2a33-48bc-4bc4-96d9-45973b1b59e9", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "users", ":userId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the user.", "type": "text/plain" }, "type": "any", "value": "string", "key": "userId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6706b81e-1c6c-4153-b8cf-98a39ea19268", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "users", ":userId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the user.", "type": "text/plain" }, "type": "any", "value": "string", "key": "userId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fe55ece0-afd4-407f-88cf-3a92fc7eccf7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "users", ":userId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the user.", "type": "text/plain" }, "type": "any", "value": "string", "key": "userId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c13e3f1a-4e36-4d75-b4ab-c4821c1f5bd6", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "users", ":userId" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The unique identifier of the user.", "type": "text/plain" }, "type": "any", "value": "string", "key": "userId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "Users", "description": "", "item": [ { "name": "ListUsers", "description": "", "item": [ { "id": "ebd34bdb-28f8-4437-b0a0-782c35bd76c0", "name": "List users", "request": { "name": "List users", "description": { "content": "Retrieve a paginated list of users in the tenant with sorting and filtering options.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Users", "ListUsers" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"ListAction\": -1,\n \"SortDirection\": 0,\n \"SortPropertyName\": \"DisplayName\",\n \"ListContext\": \"string\",\n \"SearchText\": \"\",\n \"SelectedView\": \"string\",\n \"SelectedViewType\": \"string\",\n \"ServerContext\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "2174d4e4-0c88-413f-a8f0-89ac3e0c1cd6", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Users", "ListUsers" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"ListAction\": -1,\n \"SortDirection\": 0,\n \"SortPropertyName\": \"DisplayName\",\n \"ListContext\": \"string\",\n \"SearchText\": \"\",\n \"SelectedView\": \"string\",\n \"SelectedViewType\": \"string\",\n \"ServerContext\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e120f917-f1ee-4f8a-bf49-edba8fd1744e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Users", "ListUsers" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"ListAction\": -1,\n \"SortDirection\": 0,\n \"SortPropertyName\": \"DisplayName\",\n \"ListContext\": \"string\",\n \"SearchText\": \"\",\n \"SelectedView\": \"string\",\n \"SelectedViewType\": \"string\",\n \"ServerContext\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "26dc8a7c-ddf0-4dcb-8b23-76c4508b5628", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Users", "ListUsers" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"ListAction\": -1,\n \"SortDirection\": 0,\n \"SortPropertyName\": \"DisplayName\",\n \"ListContext\": \"string\",\n \"SearchText\": \"\",\n \"SelectedView\": \"string\",\n \"SelectedViewType\": \"string\",\n \"ServerContext\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7127742d-a1ff-48f2-9bde-502835b14e5b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Users", "ListUsers" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"ListAction\": -1,\n \"SortDirection\": 0,\n \"SortPropertyName\": \"DisplayName\",\n \"ListContext\": \"string\",\n \"SearchText\": \"\",\n \"SelectedView\": \"string\",\n \"SelectedViewType\": \"string\",\n \"ServerContext\": \"string\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "groups", "description": "", "item": [ { "name": "GetGroups", "description": "", "item": [ { "id": "4ffbc7f5-2381-4f73-b484-4a8c2379eb42", "name": "Get groups", "request": { "name": "Get groups", "description": { "content": "Retrieve a paginated list of groups in the tenant with sorting and filtering options.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "groups", "GetGroups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"PageToken\": \"string\",\n \"GroupTypes\": \"string\",\n \"SearchString\": \"\",\n \"SortDirection\": 0,\n \"SortField\": \"GroupName\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "9960eebc-4a5c-4a1b-ac26-15fbbf438ad5", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "GetGroups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"PageToken\": \"string\",\n \"GroupTypes\": \"string\",\n \"SearchString\": \"\",\n \"SortDirection\": 0,\n \"SortField\": \"GroupName\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fdd996e7-1a10-4dc1-8fba-8e2e846f6b09", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "GetGroups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"PageToken\": \"string\",\n \"GroupTypes\": \"string\",\n \"SearchString\": \"\",\n \"SortDirection\": 0,\n \"SortField\": \"GroupName\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f8ab5301-c2a3-409f-b989-ce7562eb1d1c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "GetGroups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"PageToken\": \"string\",\n \"GroupTypes\": \"string\",\n \"SearchString\": \"\",\n \"SortDirection\": 0,\n \"SortField\": \"GroupName\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d0ea4318-c5c6-4f53-aa1a-09d07001192e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "GetGroups" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"PageToken\": \"string\",\n \"GroupTypes\": \"string\",\n \"SearchString\": \"\",\n \"SortDirection\": 0,\n \"SortField\": \"GroupName\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "labels", "description": "", "item": [ { "id": "29dad7c4-d539-4452-b952-152d6b19956e", "name": "Get group labels", "request": { "name": "Get group labels", "description": { "content": "Retrieve the available labels for groups in the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "groups", "labels" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d4f77d9c-bc5f-4c27-9c0f-fe03e9c19776", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "labels" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"PolicySettings\": {\n \"Id\": \"00000000-0000-0000-0000-000000000000\",\n \"IsMandatory\": false,\n \"HelpWebUrl\": null,\n \"ApplicableTo\": \"site,unifiedGroup\"\n },\n \"Labels\": null,\n \"NextLink\": null\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a340ff35-1a8b-4a03-a803-5c34d37c61dd", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "labels" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "66903929-d709-4fbd-9fe2-b24df3aac751", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "labels" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2f0355e2-14c0-481a-a9b5-16d1c96b8133", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "labels" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "permissions", "description": "", "item": [ { "id": "c815c001-70d9-48f5-bbbd-8a4ccf8b74d7", "name": "Get group permissions", "request": { "name": "Get group permissions", "description": { "content": "Retrieve the group permissions configuration for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "groups", "permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a6efe4ec-332a-4406-b362-02b22ab8ba97", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5fd16448-4493-435e-933e-3cad03d5b809", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0bbf350f-8dc0-4630-94c9-437ba552a4ee", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f60ccecc-27a5-4e60-9383-b19a47613cc8", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "GetGroupCount", "description": "", "item": [ { "id": "2c6d964c-4e2e-44d2-95b8-359c14903919", "name": "Get group count", "request": { "name": "Get group count", "description": { "content": "Retrieve the total count of groups in the tenant (Groups > Active).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "groups", "GetGroupCount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ff4b382d-018d-4328-ae94-de218dfddb24", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "GetGroupCount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9f8b1174-8bde-4219-a7ac-eda4644e7ec2", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "GetGroupCount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b22034ec-d971-4360-a1c0-7a9e7cf1f0d7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "GetGroupCount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2297ed8d-792f-4a56-a2ac-b0134bfd299e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "GetGroupCount" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "getgroupsbyids", "description": "", "item": [ { "id": "10b64467-24ff-40a4-a52c-d930bb9abefa", "name": "Get groups by IDs", "request": { "name": "Get groups by IDs", "description": { "content": "Retrieve specific groups by their IDs, used for group lookups in settings like custom themes (Org Settings > Custom themes).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "groups", "getgroupsbyids" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "4cb67606-cf5c-4606-b6db-52844f4444f6", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "getgroupsbyids" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "02f635b4-788b-4c9f-b0dc-6def0f372579", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "getgroupsbyids" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6b018a5b-dadd-4b9b-a598-97da5123c1de", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "getgroupsbyids" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f7a2c66c-72c1-4f3b-a02d-e2ecabc0294a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "getgroupsbyids" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "new", "description": "", "item": [ { "name": "options", "description": "", "item": [ { "id": "620c9e79-3e95-4ab1-ae01-c9460e6b8aa8", "name": "Get new group options", "request": { "name": "Get new group options", "description": { "content": "Retrieve options and configuration for creating new groups (Groups > Active).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "groups", "new", "options" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9e47e47b-b687-48a7-8104-660b03410dae", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "new", "options" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8ffe97c4-8339-451f-91d9-8070b42d62fd", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "new", "options" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "65efbc34-4d76-4f78-b6c3-186cd14af44a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "new", "options" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5e34bd7e-cf92-47dc-868b-d6611ccf763f", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "groups", "new", "options" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "tenant", "description": "", "item": [ { "name": "datalocationandcommitments", "description": "", "item": [ { "id": "86e19b30-e4a4-4f80-b8cd-92ed7aa49f61", "name": "Get data location and commitments", "request": { "name": "Get data location and commitments", "description": { "content": "Retrieve the data residency location and commitment information for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "tenant", "datalocationandcommitments" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "4dd330aa-458d-4f39-b892-b3863fd89138", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "datalocationandcommitments" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"IsDataLocationPartial\": false,\n \"IsDataLocationEmpty\": false,\n \"OmsTenantId\": \"847b5907-ca15-40f4-b171-eb18619dbfab\",\n \"IsADR\": false,\n \"IsADREDU\": false,\n \"IsEUDB\": false,\n \"IsMNC\": false,\n \"IsProductTermEligibleWithoutOptin\": true,\n \"ADRTotalSeats\": 0,\n \"ADRTotalEligibleSeats\": 0,\n \"ADRExpiryDateTime\": \"0001-01-01T00:00:00\",\n \"ADRShowAboutExpiryWarning\": false,\n \"ADRShowExpiryWarning\": false,\n \"ADRShowCoverageWarning\": false,\n \"CopilotDisplayName\": \"Copilot\",\n \"CopilotDataLocation\": \"-\",\n \"CopilotCommittedRegionName\": \"-\",\n \"CopilotCommitmentType\": [\n \"string\",\n \"string\"\n ],\n \"EXODisplayName\": \"Exchange\",\n \"EXODataLocation\": \"USA\",\n \"EXOCommittedRegionName\": \"USA\",\n \"EXOCommitmentType\": [\n \"ProductTerms\"\n ],\n \"EOPDisplayName\": \"Exchange Online Protection\",\n \"EOPDataLocation\": \"USA\",\n \"EOPCommittedRegionName\": \"No Commitment\",\n \"EOPCommitmentType\": [\n \"string\",\n \"string\"\n ],\n \"TeamsDisplayName\": \"Teams\",\n \"TeamsDataLocation\": \"USA\",\n \"TeamsCommittedRegionName\": \"USA\",\n \"TeamsCommitmentType\": [\n \"ProductTerms\"\n ],\n \"OneDriveDisplayName\": \"OneDrive for Business\",\n \"OneDriveDataLocation\": \"USA\",\n \"OneDriveCommittedRegionName\": \"USA\",\n \"OneDriveCommitmentType\": [\n \"ProductTerms\"\n ],\n \"SPODisplayName\": \"SharePoint\",\n \"SPODataLocation\": \"USA\",\n \"SPOCommittedRegionName\": \"USA\",\n \"SPOCommitmentType\": [\n \"ProductTerms\"\n ],\n \"VivaConnDisplayName\": \"Viva Connections\",\n \"VivaConnDataLocation\": \"USA\",\n \"VivaConnCommittedRegionName\": \"No Commitment\",\n \"VivaConnCommitmentType\": [\n \"string\",\n \"string\"\n ],\n \"Commitments\": null\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "79f3559a-dbfa-4fbf-8293-527f8a149b45", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "datalocationandcommitments" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0f86bddd-f079-407b-82d8-8010e135fe72", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "datalocationandcommitments" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ac7b3e87-9a17-436f-be9d-b520902e46b3", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "datalocationandcommitments" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "localdatalocation", "description": "", "item": [ { "id": "aa0588af-65ea-4321-aa78-db791b9fb771", "name": "Get local data location", "request": { "name": "Get local data location", "description": { "content": "Retrieve the local data location information for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "tenant", "localdatalocation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a9ee8679-4ccd-4ad6-b698-ec9f753ceaf3", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "localdatalocation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"TagID\": 432180,\n \"LocalDataLocation\": null,\n \"LocalDataLocationCode\": null,\n \"LocalDataLocationDisplayName\": null,\n \"AlreadyOptedIn\": false,\n \"OptInEnabled\": false,\n \"IsWhitelisted\": false,\n \"OptinDate\": null,\n \"OptinSLADate\": null,\n \"OptinWindowStartDate\": null,\n \"OptinWindowEndDate\": null,\n \"OptinWindowMoveLength\": null\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e03e66e8-9cf3-4a6a-aee7-29292190cf9b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "localdatalocation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "64ce72f1-2adf-426b-b3b6-47473c4605bd", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "localdatalocation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "23d61fb2-2ae0-4d08-8951-6be67fbdb895", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "localdatalocation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "azureSubscriptions", "description": "", "item": [ { "id": "7f99ca11-9b89-405c-a7b6-51f3137af095", "name": "Get Azure subscriptions", "request": { "name": "Get Azure subscriptions", "description": { "content": "Retrieve the Azure subscriptions associated with the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "tenant", "azureSubscriptions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "2dd0c5fb-6cd0-4b2c-abc7-284938a2d8b1", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "azureSubscriptions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c5ef94f8-c181-4864-a989-843eff758989", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "azureSubscriptions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "209e747f-3fdc-4271-937b-594ee0ba60c7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "azureSubscriptions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "25e5cedc-4141-4821-b9f3-320cf6553afb", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "azureSubscriptions" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "billingAccountsWithShell", "description": "", "item": [ { "id": "964b955c-8fa1-46e6-aba3-76b33a219248", "name": "Get billing accounts", "request": { "name": "Get billing accounts", "description": { "content": "Retrieve billing accounts associated with the tenant, integrated with the admin portal shell.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "tenant", "billingAccountsWithShell" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e6ddfb74-b53d-4ce4-a9ed-352e59aeaae6", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "billingAccountsWithShell" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"systemData\": {\n \"createdAt\": \"2023-06-01T00:10:22.4727616Z\",\n \"lastModifiedAt\": \"2024-05-05T19:41:45.1579372Z\"\n },\n \"id\": \"/providers/Microsoft.Billing/billingAccounts/af84a921-c3a3-5541-75f9-fa3a98851dc5:a6488574-1157-4397-ae3d-310b62e6af92_2019-05-31\",\n \"name\": \"af84a921-c3a3-5541-75f9-fa3a98851dc5:a6488574-1157-4397-ae3d-310b62e6af92_2019-05-31\",\n \"type\": \"Microsoft.Billing/billingAccounts\",\n \"properties\": {\n \"accountStatus\": \"Active\",\n \"accountSubType\": \"Individual\",\n \"accountType\": \"Individual\",\n \"agreementType\": \"MicrosoftCustomerAgreement\",\n \"billingProfiles\": {\n \"hasMoreResults\": false\n },\n \"billingRelationshipTypes\": [\n \"Direct\"\n ],\n \"displayName\": \"Share My Labs\",\n \"hasReadAccess\": true,\n \"primaryBillingTenantId\": \"847b5907-ca15-40f4-b171-eb18619dbfab\",\n \"qualifications\": [\n \"Commercial\"\n ],\n \"registrationNumber\": {\n \"required\": false,\n \"type\": [\n \"RegistrationNumber\"\n ]\n },\n \"soldTo\": {\n \"addressLine1\": \"265 W Corral Ave\",\n \"city\": \"Soldotna\",\n \"companyName\": \"Share My Labs\",\n \"country\": \"US\",\n \"email\": \"nathan@sharemylabs.com\",\n \"firstName\": \"Nathan\",\n \"isValidAddress\": true,\n \"lastName\": \"McNulty\",\n \"postalCode\": \"99669-7408\",\n \"region\": \"ak\"\n }\n }\n },\n {\n \"systemData\": {\n \"createdAt\": \"2023-06-01T00:10:22.4727616Z\",\n \"lastModifiedAt\": \"2024-05-05T19:41:45.1579372Z\"\n },\n \"id\": \"/providers/Microsoft.Billing/billingAccounts/af84a921-c3a3-5541-75f9-fa3a98851dc5:a6488574-1157-4397-ae3d-310b62e6af92_2019-05-31\",\n \"name\": \"af84a921-c3a3-5541-75f9-fa3a98851dc5:a6488574-1157-4397-ae3d-310b62e6af92_2019-05-31\",\n \"type\": \"Microsoft.Billing/billingAccounts\",\n \"properties\": {\n \"accountStatus\": \"Active\",\n \"accountSubType\": \"Individual\",\n \"accountType\": \"Individual\",\n \"agreementType\": \"MicrosoftCustomerAgreement\",\n \"billingProfiles\": {\n \"hasMoreResults\": false\n },\n \"billingRelationshipTypes\": [\n \"Direct\"\n ],\n \"displayName\": \"Share My Labs\",\n \"hasReadAccess\": true,\n \"primaryBillingTenantId\": \"847b5907-ca15-40f4-b171-eb18619dbfab\",\n \"qualifications\": [\n \"Commercial\"\n ],\n \"registrationNumber\": {\n \"required\": false,\n \"type\": [\n \"RegistrationNumber\"\n ]\n },\n \"soldTo\": {\n \"addressLine1\": \"265 W Corral Ave\",\n \"city\": \"Soldotna\",\n \"companyName\": \"Share My Labs\",\n \"country\": \"US\",\n \"email\": \"nathan@sharemylabs.com\",\n \"firstName\": \"Nathan\",\n \"isValidAddress\": true,\n \"lastName\": \"McNulty\",\n \"postalCode\": \"99669-7408\",\n \"region\": \"ak\"\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c3714e29-2564-4dc3-b340-55bf6b6a01bb", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "billingAccountsWithShell" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7e3d3941-2d8c-49fb-9b93-c02163e8ec1e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "billingAccountsWithShell" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5fd78410-6755-44b2-9c20-f8fa60766106", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "billingAccountsWithShell" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "marketplaceSeatSize", "description": "", "item": [ { "id": "15d0476c-33c7-41e2-be73-5c81137c2b16", "name": "Get marketplace seat size", "request": { "name": "Get marketplace seat size", "description": { "content": "Retrieve the marketplace seat size information for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "tenant", "marketplaceSeatSize" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5fe51398-0401-4d20-be5f-283325fb8c92", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "marketplaceSeatSize" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4772bf51-5c6a-468a-ab13-ad26c985cd89", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "marketplaceSeatSize" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "504f2baf-ab2f-4eb6-8222-f70b25c9c788", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "marketplaceSeatSize" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "90135c87-df3a-4c08-b54e-ca0d55e04562", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "marketplaceSeatSize" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "o365activationusercounts", "description": "", "item": [ { "id": "3af7c512-5a19-4bf4-827e-7b153bce039a", "name": "Get O365 activation user counts", "request": { "name": "Get O365 activation user counts", "description": { "content": "Retrieve Office 365 activation user counts for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "tenant", "o365activationusercounts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a8c49c94-c8d4-4f5c-bb0b-ec77a09282ba", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "o365activationusercounts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b6a6008b-ec77-470b-bcf0-798b1855c6a2", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "o365activationusercounts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9b63af9e-bdcd-453d-8b30-1dff6f52300f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "o365activationusercounts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6205bd00-c947-4673-9f0f-dceebd0643cc", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "o365activationusercounts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "isReportsPrivacyEnabled", "description": "", "item": [ { "id": "7ccc0e7c-85c8-4c11-93fb-673db05af26e", "name": "Check reports privacy enabled", "request": { "name": "Check reports privacy enabled", "description": { "content": "Check if reports privacy is enabled for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "tenant", "isReportsPrivacyEnabled" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3d35f59e-52db-4bb7-88cc-152379b9b4de", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "isReportsPrivacyEnabled" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d96a9878-7617-4c66-be61-0d84dcb0e750", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "isReportsPrivacyEnabled" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9452746a-fed4-4d43-8bed-085939a0fbae", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "isReportsPrivacyEnabled" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "60b2c84d-3179-4646-9563-3ff9f339a807", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "isReportsPrivacyEnabled" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "SACProvisioning", "description": "", "item": [ { "id": "7387b0f0-01ad-4407-baad-c5f2c747dffd", "name": "SAC provisioning", "request": { "name": "SAC provisioning", "description": { "content": "Trigger Self-service Account Creation (SAC) provisioning for the tenant (Users > Active).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "tenant", "SACProvisioning" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "80a4717e-f1a0-4e53-a5d8-f32dba7d0fd1", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "SACProvisioning" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6092a39b-724d-44b5-959d-256f4f1485ba", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "SACProvisioning" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "62297429-7b36-49d7-960c-7747f573219a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "SACProvisioning" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f0ec0b61-f92d-4784-8018-381e18788c0c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "SACProvisioning" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "customviewfilterdefaults", "description": "", "item": [ { "id": "c796a5d1-f51c-48bc-b825-da6dd35460f2", "name": "Get custom view filter defaults", "request": { "name": "Get custom view filter defaults", "description": { "content": "Retrieve default filter settings for custom user list views (Users > Active).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "tenant", "customviewfilterdefaults" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "7faee004-1ce9-442b-b4ea-95b8e3000143", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "customviewfilterdefaults" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a7689444-45c3-4073-b6d5-039b994d49a9", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "customviewfilterdefaults" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a6151046-661f-49e2-86c8-b7ecfd2849ae", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "customviewfilterdefaults" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "774eb618-1e1f-4668-8a37-19844b583b01", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "customviewfilterdefaults" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "userviews", "description": "", "item": [ { "id": "187ebe36-2a84-4043-a124-643d3f7db32b", "name": "Get user views", "request": { "name": "Get user views", "description": { "content": "Retrieve the configured user views for the tenant admin portal (Users > Active).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "tenant", "userviews" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "14748b95-25e2-4f71-8b5f-78c70e961177", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "userviews" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8f0f7093-0e0f-4bef-b187-22cdbbe88958", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "userviews" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9e979a78-0460-4fb4-8a85-105ca19cc7ae", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "userviews" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c7e8173a-a55d-4c4a-8782-f6691480d5c0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "userviews" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "isTenantEligibleToRemoveSAC", "description": "", "item": [ { "id": "6877b3ed-af55-43fc-afdc-a7f2476fd777", "name": "Check SAC removal eligibility", "request": { "name": "Check SAC removal eligibility", "description": { "content": "Check if the tenant is eligible to remove Self-service Account Creation (SAC) (Org Settings > M365 installation options).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "tenant", "isTenantEligibleToRemoveSAC" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "bd7bad56-8ebc-4228-8e9e-74da95bfaa82", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "isTenantEligibleToRemoveSAC" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4ca622bb-def9-45a0-8b1c-f49ddea33f17", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "isTenantEligibleToRemoveSAC" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fa181f41-384c-491e-a6b7-23e7979c1c97", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "isTenantEligibleToRemoveSAC" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a6a15aee-b83e-4d6f-a3cb-7750c59b03b8", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "isTenantEligibleToRemoveSAC" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "seatSize", "description": "", "item": [ { "id": "03aa8679-022c-4efc-b86b-392b100ab956", "name": "Get tenant seat size", "request": { "name": "Get tenant seat size", "description": { "content": "Retrieve the tenant seat size information (Copilot > Data).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "tenant", "seatSize" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b7c9e738-fa75-4c0d-aca8-a779993edae7", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "seatSize" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e4ee7f69-904c-40c8-a80a-7cd63f92852b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "seatSize" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cdcb6100-4f4c-4ed2-a14e-7365d15394db", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "seatSize" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c453a3bd-6d54-40c1-a414-35155d6a45d2", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "tenant", "seatSize" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "selfServicePurchasePolicy", "description": "", "item": [ { "name": "products", "description": "", "item": [ { "id": "825fb0d4-733f-4202-9838-7ffbead9042f", "name": "Get self-service purchase products", "request": { "name": "Get self-service purchase products", "description": { "content": "Retrieve the list of products available for self-service purchase and their policy settings (enabled/disabled).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "selfServicePurchasePolicy", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "acafd354-07ed-46fe-8924-a267c6719960", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "selfServicePurchasePolicy", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "05f12f22-479e-41ea-b91f-672339d8a11e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "selfServicePurchasePolicy", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d1250f31-dffb-4c0b-99a3-b6f933234a15", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "selfServicePurchasePolicy", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5147ff8c-1104-454c-9947-1f6f5c7cb366", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "selfServicePurchasePolicy", "products" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "Tenant", "description": "", "item": [ { "name": "StartOfflineProcesses", "description": "", "item": [ { "id": "e0d6405a-01fa-4b09-9e8b-9acb74845603", "name": "Start offline processes", "request": { "name": "Start offline processes", "description": { "content": "Start tenant offline processes for background data processing.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "Tenant", "StartOfflineProcesses" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "da4edfbf-fcb3-4425-8ccf-c175c19e6d31", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "Tenant", "StartOfflineProcesses" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0bb3fe0d-e7e7-4745-9247-b75e8b1f56ab", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "Tenant", "StartOfflineProcesses" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2d8359c4-05aa-4601-93f7-232e5ecbaf04", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "Tenant", "StartOfflineProcesses" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "892570ba-54cd-4f7a-93e7-b4f3f720b848", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "Tenant", "StartOfflineProcesses" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "tenantRelationships", "description": "", "item": [ { "name": "multiTenantOrganization", "description": "", "item": [ { "id": "93b4bd65-c5c6-4ddd-9848-6e8a36c38ab8", "name": "Get multi-tenant organization", "request": { "name": "Get multi-tenant organization", "description": { "content": "Retrieve the multi-tenant organization configuration and status, including the MTO identifier and membership state.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "tenantRelationships", "multiTenantOrganization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "270f275c-170d-46e6-b61e-3d7364a047ec", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "tenantRelationships", "multiTenantOrganization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bd2e425f-9670-416b-ba56-5e02245d7181", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "tenantRelationships", "multiTenantOrganization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "917244e5-c6b5-43fa-9462-bcdf4e238831", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "tenantRelationships", "multiTenantOrganization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "300cb422-f0fe-4279-904e-4933cad0201f", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "tenantRelationships", "multiTenantOrganization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "tenants", "description": "", "item": [ { "id": "5031e32e-2c0b-4a9c-96d2-e70381189b32", "name": "Get MTO tenants", "request": { "name": "Get MTO tenants", "description": { "content": "Retrieve the list of tenants that are members of the multi-tenant organization, including their display names and join status.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "tenantRelationships", "multiTenantOrganization", "tenants" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c401d205-1a61-4340-a856-b6e293dbc6d8", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "tenantRelationships", "multiTenantOrganization", "tenants" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fd352ee8-d8e0-44e2-8dbf-9ed0113d9952", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "tenantRelationships", "multiTenantOrganization", "tenants" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d855f479-8fce-4e09-a2ac-d86d26352768", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "tenantRelationships", "multiTenantOrganization", "tenants" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7bb52436-d6e0-4abf-a906-00d043fcfed8", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "tenantRelationships", "multiTenantOrganization", "tenants" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "userSyncApps", "description": "", "item": [ { "name": "outboundDetails", "description": "", "item": [ { "id": "531bbff6-5371-45c7-9983-608b4c724305", "name": "Get user sync outbound details", "request": { "name": "Get user sync outbound details", "description": { "content": "Retrieve the outbound user synchronization details for cross-tenant provisioning apps.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "tenantRelationships", "userSyncApps", "outboundDetails" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "35f174ef-2d41-47bb-9e98-7e8f581db2e9", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "tenantRelationships", "userSyncApps", "outboundDetails" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7d3ff7ac-d0e6-44d4-9d36-208ac0eaf0ee", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "tenantRelationships", "userSyncApps", "outboundDetails" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "29709c6c-dc8c-4c6e-ac7d-34214dfbcf29", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "tenantRelationships", "userSyncApps", "outboundDetails" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9bbb0cc0-c821-409c-acf6-48b6cd1b361a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "tenantRelationships", "userSyncApps", "outboundDetails" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "contentunderstanding", "description": "", "item": [ { "name": "playbacktranscripttranslationsettings", "description": "", "item": [ { "id": "e0089df3-da80-4216-9717-16bfede45ec3", "name": "Get transcript translation settings", "request": { "name": "Get transcript translation settings", "description": { "content": "Retrieve the playback transcript translation settings for content understanding services.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "contentunderstanding", "playbacktranscripttranslationsettings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b64c0a46-6508-4b69-be9d-5c2d17ae8b8b", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "playbacktranscripttranslationsettings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "80236fe3-af04-4a80-8ced-463f218818c4", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "playbacktranscripttranslationsettings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4c781b02-acab-4fdb-a3dc-c2d24f4c43b9", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "playbacktranscripttranslationsettings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1c7ca9d6-ea4e-4ca6-a11a-9ee95a4e46a0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "playbacktranscripttranslationsettings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "taxonomytaggingsetting", "description": "", "item": [ { "id": "2b0532b7-e74c-4b2a-b98b-36daa4fa4eca", "name": "Get taxonomy tagging settings", "request": { "name": "Get taxonomy tagging settings", "description": { "content": "Retrieve the taxonomy tagging settings for automatic content classification.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "contentunderstanding", "taxonomytaggingsetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5fb33075-ade4-4304-b657-f5e74ffe9a9f", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "taxonomytaggingsetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1fa7044e-5f85-4e11-95b6-6f9f0337db4e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "taxonomytaggingsetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b8dcc83e-b6f2-4c58-8900-d569f27a1930", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "taxonomytaggingsetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9a8fa128-dd4d-4642-acc0-5e2c878d85f5", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "taxonomytaggingsetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "esignaturesettings", "description": "", "item": [ { "id": "b7c8910a-2829-44d0-8ba6-42f2ebd392a5", "name": "Get e-signature settings", "request": { "name": "Get e-signature settings", "description": { "content": "Retrieve the electronic signature (e-signature) settings for content understanding services.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "contentunderstanding", "esignaturesettings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "79d1af77-9167-48c3-bef9-8dbc51287a21", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "esignaturesettings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dc76a6c4-2dff-4692-82bc-b64275c33af7", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "esignaturesettings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fdcfd475-4671-4bd2-85a4-281aa6e31c5a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "esignaturesettings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d2762fd2-586f-4e55-9790-d3ded0809b2e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "esignaturesettings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "licensing", "description": "", "item": [ { "id": "18239b70-74b6-4353-bc70-ad6aedfa2d77", "name": "Get content understanding licensing", "request": { "name": "Get content understanding licensing", "description": { "content": "Retrieve the licensing information for content understanding (Syntex) services including available capacity and consumption.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "contentunderstanding", "licensing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "be8e267a-a1a1-4cdb-8e7e-1e35b57af5ec", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "licensing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"TenantHasSyntexLicense\": false,\n \"IsGCCTenant\": false,\n \"InAllowList\": false\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "062525ed-2188-4f55-a94d-35063ba7e6d7", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "licensing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0044a9f5-a84d-4f89-b1ae-ad107006c8c5", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "licensing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a0bac418-f1e7-4268-9390-bd36d6dece9e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "contentunderstanding", "licensing" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "syntexbilling", "description": "", "item": [ { "name": "azureSubscriptions", "description": "", "item": [ { "id": "8e47f185-f18f-4fcb-bbe4-430c41b9fedc", "name": "Get Syntex billing subscriptions", "request": { "name": "Get Syntex billing subscriptions", "description": { "content": "Retrieve the Azure subscriptions configured for Syntex (content understanding) pay-as-you-go billing.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "syntexbilling", "azureSubscriptions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "8dcc4fdf-0a87-4664-a594-2fb0b59e11c9", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "syntexbilling", "azureSubscriptions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "983ae8ef-1aaa-4d06-9aa8-49a698de94d1", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "syntexbilling", "azureSubscriptions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "58412e72-9f1c-47ba-9c8b-a37977907eb7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "syntexbilling", "azureSubscriptions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b2d329cd-d209-478e-b28b-e250ead8589e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "syntexbilling", "azureSubscriptions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "{subscriptionId}", "description": "", "item": [ { "name": "permissions", "description": "", "item": [ { "id": "a2660ba9-96b0-42d5-ab3e-e557bce721b6", "name": "Get Syntex billing subscription permissions", "request": { "name": "Get Syntex billing subscription permissions", "description": { "content": "Retrieve permissions for a specific Azure subscription used for Syntex/content understanding billing (Copilot > Settings).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "syntexbilling", "azureSubscriptions", ":subscriptionId", "permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "subscriptionId", "disabled": false, "description": { "content": "(Required) The Azure subscription identifier.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f2569c9d-c085-42a9-9389-25adc0aeae45", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "syntexbilling", "azureSubscriptions", ":subscriptionId", "permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The Azure subscription identifier.", "type": "text/plain" }, "type": "any", "value": "string", "key": "subscriptionId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "42f905a2-c3ef-4997-9b78-46be9c973d03", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "syntexbilling", "azureSubscriptions", ":subscriptionId", "permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The Azure subscription identifier.", "type": "text/plain" }, "type": "any", "value": "string", "key": "subscriptionId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "65622fae-eceb-46c8-afb6-d3ba10ae3cd3", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "syntexbilling", "azureSubscriptions", ":subscriptionId", "permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The Azure subscription identifier.", "type": "text/plain" }, "type": "any", "value": "string", "key": "subscriptionId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6fd5bae5-ae11-4b3f-a350-f32d9e8c71c2", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "syntexbilling", "azureSubscriptions", ":subscriptionId", "permissions" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The Azure subscription identifier.", "type": "text/plain" }, "type": "any", "value": "string", "key": "subscriptionId" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "viva", "description": "", "item": [ { "name": "roles", "description": "", "item": [ { "id": "cf8f306c-11b4-48c3-9cbb-3337d1f7d376", "name": "Get Viva roles", "request": { "name": "Get Viva roles", "description": { "content": "Retrieve the Viva roles and role assignments for the tenant, including feature access managers.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "viva", "roles" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "68151148-46d6-42b4-a2d1-52410591d087", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "viva", "roles" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ba1037ec-e668-4a0b-8a1c-9ec8b8af9b64", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "viva", "roles" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ffa7b45f-6a8e-432c-8a8f-5743d43db882", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "viva", "roles" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "82771455-3132-4c9c-8f32-a10e7eef9141", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "viva", "roles" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "modules", "description": "", "item": [ { "id": "ffd1ed43-2377-4371-9440-b601f892202d", "name": "Get Viva modules", "request": { "name": "Get Viva modules", "description": { "content": "Retrieve the list of available Viva modules and their configuration status (Connections, Engage, Goals, Insights, Learning, Pulse, etc.).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "viva", "modules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "27d93406-d720-46a4-900b-31f0c7929811", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "viva", "modules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4a98b24d-4e7a-4451-a835-3de7100e9eaa", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "viva", "modules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f6ea2ce0-b2e0-45f4-9a8a-27cc18c705e6", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "viva", "modules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9866aaab-000d-475b-b95a-aefe5712e03a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "viva", "modules" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "glint", "description": "", "item": [ { "name": "lookupClient", "description": "", "item": [ { "id": "b0ab326b-ff58-43d0-8045-0a750d6cda2f", "name": "Get Viva Glint client", "request": { "name": "Get Viva Glint client", "description": { "content": "Look up the Viva Glint client information for the tenant, including the Glint organization association status.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "viva", "glint", "lookupClient" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9cacc502-5311-4def-936e-c4ade4c0c1c6", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "viva", "glint", "lookupClient" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9130e737-76bf-481a-a774-ac3d6a6dbfa8", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "viva", "glint", "lookupClient" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "65c1ab6c-6f84-4824-bf18-68e05ceeaa2b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "viva", "glint", "lookupClient" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7d062776-16be-469d-9d5f-27a549f163c7", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "viva", "glint", "lookupClient" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "coordinatedbootstrap", "description": "", "item": [ { "name": "shellinfo", "description": "", "item": [ { "id": "fe42df5a-54a5-4fc7-845c-639bf263f92a", "name": "Get shell info", "request": { "name": "Get shell info", "description": { "content": "Retrieve the coordinated bootstrap shell information used to initialize the M365 Admin Center portal, including feature flags, user context, and available services.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "coordinatedbootstrap", "shellinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "7a3e2ddf-81d7-4aa9-95a9-73c22db3d4ed", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "coordinatedbootstrap", "shellinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"shellInfo\": {\n \"clientShellCDNUrl\": \"https://res-1.cdn.office.net/shellux/api/shellbootstrapper/business/oneshell\",\n \"showNotificationBell\": true,\n \"showAppIcon\": true,\n \"showCloudShell\": true,\n \"showStoreShortcut\": false,\n \"showCopilot\": false,\n \"enableGallatinShellHelp\": false,\n \"enableMeControlSwitchOrganization\": false,\n \"enableDownloadApp\": true,\n \"enableAccountSwitching\": true,\n \"enableGlobalSearch\": true,\n \"portalAppID\": \"618dd325-23f6-4b6f-8380-4df78026e39b\",\n \"portalRootUrl\": \"https://admin.cloud.microsoft\",\n \"navBarJson\": \"string\",\n \"key_0\": \"string\"\n },\n \"type\": \"NodeWithChildren\",\n \"children\": null\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6d086c49-3458-4fcf-ac65-db2dcc1d43d5", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "coordinatedbootstrap", "shellinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "39dd4b6c-952d-44ba-b712-0e360f3dab21", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "coordinatedbootstrap", "shellinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d0c219b9-99f6-4fc2-913e-9a5cb413d8b8", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "coordinatedbootstrap", "shellinfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "dirsyncerrors", "description": "", "item": [ { "name": "listdirsyncerrors", "description": "", "item": [ { "id": "c19bdd76-ed59-4cb3-8fe4-29e6e0108c66", "name": "Get directory sync errors", "request": { "name": "Get directory sync errors", "description": { "content": "Retrieve the list of directory synchronization errors for Entra Connect (AAD Connect) sync.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "dirsyncerrors", "listdirsyncerrors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": {}, "auth": null }, "response": [ { "id": "3d176087-d9a0-4594-9935-3e79a796c251", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "dirsyncerrors", "listdirsyncerrors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f785d5be-28a8-4ecb-9cd1-c23329090343", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "dirsyncerrors", "listdirsyncerrors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6f85d90e-6637-4b46-bdc6-071195524319", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "dirsyncerrors", "listdirsyncerrors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d6b8bafb-850e-4b95-8e49-38a4d2f24505", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "dirsyncerrors", "listdirsyncerrors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "recommendations", "description": "", "item": [ { "name": "m365", "description": "", "item": [ { "name": "ccs", "description": "", "item": [ { "id": "6dbffd59-eba9-4640-954e-3de7156779b7", "name": "Get M365 recommendations", "request": { "name": "Get M365 recommendations", "description": { "content": "Retrieve Microsoft 365 recommendations from the Central Configuration Service (CCS) for improving tenant security and productivity.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "recommendations", "m365", "ccs" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e6a45893-83a0-4007-bbff-f51ba24689f0", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365", "ccs" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "aedfd13b-1706-431b-927d-9c6b6ce60325", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365", "ccs" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b1d88126-387c-407e-b575-00fbacde98ae", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365", "ccs" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ee485b07-93a5-426a-94d2-5d5ddfb7be02", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365", "ccs" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "id": "ba0f7930-9ac2-40bf-b1b2-9fe8523d7ad7", "name": "Get M365 recommendations", "request": { "name": "Get M365 recommendations", "description": { "content": "Retrieve Microsoft 365 recommendations for the tenant including feature adoption suggestions (Org Settings > Briefing email).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "recommendations", "m365" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "04a3a2c7-2b6a-44e7-92df-5ea068e92725", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "433cfa8e-c30f-4529-b071-cfb1574173b7", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d3842969-16e6-4655-930c-065d15b711ac", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d44df3a5-5aed-4b2f-8ee8-acf61cf56623", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "BlockGenAIRecommendation", "description": "", "item": [ { "name": "view", "description": "", "item": [ { "id": "574e6ab1-20e8-4688-956e-4c9585876dd3", "name": "Block GenAI recommendation view", "request": { "name": "Block GenAI recommendation view", "description": { "content": "Record a view or block action for a GenAI recommendation in the M365 admin center (Org Settings > Briefing email).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "recommendations", "m365", "BlockGenAIRecommendation", "view" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "709aaf08-1012-49c9-b691-3e3b61e6bf22", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365", "BlockGenAIRecommendation", "view" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2ff0d91f-1d0a-42b4-a463-693e0569695b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365", "BlockGenAIRecommendation", "view" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "107b8f37-2fc7-4bbf-8d09-e586321cca3e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365", "BlockGenAIRecommendation", "view" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "920627c7-8e01-4c15-b8b6-5570542369c5", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365", "BlockGenAIRecommendation", "view" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "m365alerts", "description": "", "item": [ { "id": "95ad5e25-fc84-4928-9cf7-c7ec9fbac65b", "name": "Get M365 recommendation alerts", "request": { "name": "Get M365 recommendation alerts", "description": { "content": "Retrieve Microsoft 365 recommendation alerts for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "recommendations", "m365alerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d26ea7c7-5ef7-4e2e-b15c-1ee062bf500d", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365alerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "49969f61-4c12-4662-b35e-ee02805177bd", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365alerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2626833d-b4bb-4648-8625-f2a25e11a034", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365alerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "225ec7cd-55c2-4b92-b2a7-7b49c5452b6d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "recommendations", "m365alerts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "offerrec", "description": "", "item": [ { "name": "offer", "description": "", "item": [ { "name": "{id}", "description": "", "item": [ { "id": "888ec719-d1c0-4b87-9168-0c271f43ecdd", "name": "Get offer recommendation", "request": { "name": "Get offer recommendation", "description": { "content": "Retrieve a specific offer recommendation by ID, including upgrade and cross-sell recommendations from Microsoft.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "offerrec", "offer", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "id", "disabled": false, "description": { "content": "(Required) The offer recommendation identifier (e.g., 48, 49).", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e0fd6e1f-24de-4e36-8c79-e0a6b1faecc8", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "offerrec", "offer", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The offer recommendation identifier (e.g., 48, 49).", "type": "text/plain" }, "type": "any", "value": "string", "key": "id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "251a5fab-054e-494a-900b-cb81d5b61fe9", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "offerrec", "offer", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The offer recommendation identifier (e.g., 48, 49).", "type": "text/plain" }, "type": "any", "value": "string", "key": "id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "df80f723-7cd6-4deb-b6e1-0aa2c70baebb", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "offerrec", "offer", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The offer recommendation identifier (e.g., 48, 49).", "type": "text/plain" }, "type": "any", "value": "string", "key": "id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "08763f51-7e70-4eff-9f1e-d5829c003e8b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "offerrec", "offer", ":id" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The offer recommendation identifier (e.g., 48, 49).", "type": "text/plain" }, "type": "any", "value": "string", "key": "id" } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "notifications", "description": "", "item": [ { "id": "ed4dae5b-2062-4227-902f-292c0f132f91", "name": "Get admin notifications", "request": { "name": "Get admin notifications", "description": { "content": "Retrieve admin notifications for the current user.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "notifications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b5d2aba2-c4fa-4ba1-814d-eeb420278617", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "notifications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"Notifications\": [\n {\n \"key_0\": 2277\n },\n {\n \"key_0\": \"string\",\n \"key_1\": \"string\",\n \"key_2\": 6053.014514856817,\n \"key_3\": 1568.2163721435481\n }\n ],\n \"ContinuePolling\": false,\n \"PollingFreqInSecs\": null,\n \"MaxPollCount\": null\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "941932d9-70e8-4f52-8bc7-637b57492c7f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "notifications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cd5b4be6-08fb-4afe-8c9f-cb25c24a177d", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "notifications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f2cc4b5c-506c-4535-9939-84900bf40000", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "notifications" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "rememberpreferences", "description": "", "item": [ { "id": "32372c6b-612c-4d00-8676-5bd80e8b7026", "name": "Get remembered preferences", "request": { "name": "Get remembered preferences", "description": { "content": "Retrieve remembered user preferences for the admin portal.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "rememberpreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d4f4470c-51a3-408f-8288-10c831e8e438", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "rememberpreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"Key\": \"resetpassword\",\n \"Value\": [\n {\n \"Key\": \"ShouldSendPasswordMail\",\n \"Value\": \"string\"\n },\n {\n \"Key\": \"ShouldSendPasswordMail\",\n \"Value\": \"string\"\n }\n ]\n },\n {\n \"Key\": \"resetpassword\",\n \"Value\": [\n {\n \"Key\": \"ShouldSendPasswordMail\",\n \"Value\": \"string\"\n },\n {\n \"Key\": \"ShouldSendPasswordMail\",\n \"Value\": \"string\"\n }\n ]\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4f610fdd-f774-43d7-9dee-2f8492ce5772", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "rememberpreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "504780b7-3382-4b28-8948-b242722c67f1", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "rememberpreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cee06657-9c3a-434a-9609-1f6ca2924869", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "rememberpreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "setupwizard", "description": "", "item": [ { "name": "setupbanner", "description": "", "item": [ { "id": "2ed51f57-e9ce-4545-b3c5-e02d9276e564", "name": "Get setup wizard banner", "request": { "name": "Get setup wizard banner", "description": { "content": "Retrieve the setup wizard banner status for the admin portal.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "setupwizard", "setupbanner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a898172f-b3f3-43d8-90f0-215970b9455b", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "setupwizard", "setupbanner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b459d01a-ecdf-4483-94d0-b1a7e875fc7c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "setupwizard", "setupbanner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "69cc429e-f649-48e0-bb55-a6c366942125", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "setupwizard", "setupbanner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9b4b764b-634c-4487-a101-c40487be777d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "setupwizard", "setupbanner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "uxversion", "description": "", "item": [ { "id": "0f9d1809-615e-4efb-9a72-b7e7ed7ff778", "name": "Get UX version", "request": { "name": "Get UX version", "description": { "content": "Retrieve the current UX version of the admin portal.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "uxversion" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d0be5195-265e-41b2-996c-b5a3c924b556", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "uxversion" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9444cf9d-b0bb-4a7b-a836-abcc789d0ce4", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "uxversion" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "26698ef7-2a25-4aa4-8c90-c53c743ed2b5", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "uxversion" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9af48ceb-1fd2-49fe-ba2e-061a0e45d628", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "uxversion" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "a365conversion", "description": "", "item": [ { "id": "befa9f60-7251-49af-ad3d-37f4b4bfd543", "name": "Get A365 conversion status", "request": { "name": "Get A365 conversion status", "description": { "content": "Retrieve the A365 conversion status for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "a365conversion" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "82316471-9f78-4400-8f46-974abd68fea7", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "a365conversion" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ed8b7aef-f838-4ccd-83bb-a03bdd1a8198", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "a365conversion" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "67df04f6-b1c2-4df6-aa30-64fea568cb54", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "a365conversion" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "55eb020f-e671-4191-a96a-c33d46446016", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "a365conversion" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "navigation", "description": "", "item": [ { "name": "darkmode", "description": "", "item": [ { "id": "d45e72ba-06fd-4c2f-9468-621a8652d980", "name": "Get dark mode preference", "request": { "name": "Get dark mode preference", "description": { "content": "Retrieve the current user's dark mode preference for the admin portal.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "navigation", "darkmode" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "2f9c4e04-b4be-47c4-9cf0-28124ae7a6ee", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "navigation", "darkmode" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"IsDarkModeOn\": false\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fcc36ca5-5449-4bde-ad8d-97e20c375a17", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "navigation", "darkmode" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8dc87f49-1f62-4b21-a96b-5f9c3ce12d99", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "navigation", "darkmode" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d253e23e-1afe-435f-be84-d1514e8ed30d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "navigation", "darkmode" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "id": "c0da6002-e368-4ed6-9aac-29e82faee570", "name": "Get navigation configuration", "request": { "name": "Get navigation configuration", "description": { "content": "Retrieve the navigation configuration for the admin portal, including menu items and structure.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "navigation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "99fc331f-48ab-4133-b46f-e8e77cd2a06d", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "navigation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"Navigation\": [\n {\n \"text\": \"Home\",\n \"id\": \"homepage\",\n \"sref\": \"/homepage\",\n \"icon\": \"ms-Icon-FabricMDL2 ms-Icon-FabricMDL2--Home\",\n \"fabricIcon\": \"Home\",\n \"isPinned\": true,\n \"position\": 3,\n \"serviceId\": null,\n \"previewType\": null,\n \"submenu\": [\n {\n \"text\": \"Overview\",\n \"id\": \"CopilotOverviewNode\",\n \"sref\": \"/copilot/overview\",\n \"position\": 1,\n \"serviceId\": null,\n \"previewType\": null,\n \"key_0\": \"string\"\n },\n {\n \"text\": \"Overview\",\n \"id\": \"CopilotOverviewNode\",\n \"sref\": \"/copilot/overview\",\n \"position\": 1,\n \"serviceId\": null,\n \"previewType\": null\n }\n ]\n },\n {\n \"text\": \"Home\",\n \"id\": \"homepage\",\n \"sref\": \"/homepage\",\n \"icon\": \"ms-Icon-FabricMDL2 ms-Icon-FabricMDL2--Home\",\n \"fabricIcon\": \"Home\",\n \"isPinned\": true,\n \"position\": 3,\n \"serviceId\": null,\n \"previewType\": null,\n \"submenu\": [\n {\n \"text\": \"Overview\",\n \"id\": \"CopilotOverviewNode\",\n \"sref\": \"/copilot/overview\",\n \"position\": 1,\n \"serviceId\": null,\n \"previewType\": null\n },\n {\n \"text\": \"Overview\",\n \"id\": \"CopilotOverviewNode\",\n \"sref\": \"/copilot/overview\",\n \"position\": 1,\n \"serviceId\": null,\n \"previewType\": null\n }\n ]\n }\n ],\n \"AdminConsoles\": null,\n \"IsCustomOn\": false,\n \"IsM365LeftNavExperience\": true,\n \"IsM365LeftNavEditExperience\": true,\n \"FocusedAdminUX\": false,\n \"IsSelectAllOn\": false,\n \"ShowAll\": true,\n \"ShowCustomize\": true,\n \"IsNavCollapsed\": false,\n \"IsMarketplaceEnabled\": true,\n \"HideFreqVisitedNodes\": false,\n \"HideFreqVisitedInfoTooltip\": false,\n \"ShowCollapsedLeftNavInSimplified\": false\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b8f9b72c-7dbf-492d-befc-60061ac31085", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "navigation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a4c5b14f-b074-40d5-aaa4-55b8902252c3", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "navigation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "46f3b592-608f-4149-88d0-6899c97f9ff6", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "navigation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "async", "description": "", "item": [ { "id": "5e854c1d-f7c8-4a5c-b785-6c82c7cef576", "name": "Get async navigation items", "request": { "name": "Get async navigation items", "description": { "content": "Retrieve asynchronously loaded navigation items for the admin portal.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "navigation", "async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "519aae5c-f7ec-459f-8148-631699cc6ba7", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "navigation", "async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"key_0\": 7999.735889766669\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e260369e-30d2-4056-ace5-fcec98cbf931", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "navigation", "async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5a5ae225-9259-4db6-8800-cce225ce7e04", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "navigation", "async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f0a5f8b3-bfcd-4565-bf82-951f1c7e0f31", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "navigation", "async" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "features", "description": "", "item": [ { "name": "initialload", "description": "", "item": [ { "id": "109944e0-d6b3-4136-9dfc-8542861864da", "name": "Get initial load feature flags", "request": { "name": "Get initial load feature flags", "description": { "content": "Retrieve the feature flags loaded during the initial portal bootstrap.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "features", "initialload" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "37d870d5-361c-40a6-99c3-a9205687173e", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "features", "initialload" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"GlobalAdmin\": 1,\n \"ListUsers\": 1,\n \"ResetUserPassword\": 1,\n \"EnableReactUsersV2\": 1,\n \"EnableReactDarkMode\": 1,\n \"BillingAdminPortalAccess\": 1,\n \"ViewDataLocation\": 1\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4094e7a7-4e0d-4762-9e66-960827b55b40", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "features", "initialload" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e8110178-db98-4c94-b871-df5edda89a1f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "features", "initialload" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e75d52b5-6310-4c46-8fb9-202c3436cd6b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "features", "initialload" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "admincontentcdnimagepath", "description": "", "item": [ { "id": "f72b4ccf-5570-45e8-98e9-0a687893505e", "name": "Get admin content CDN image path", "request": { "name": "Get admin content CDN image path", "description": { "content": "Retrieve the CDN image path used for admin portal content and assets.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "features", "admincontentcdnimagepath" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "831fc958-2f8d-4118-a7e8-5f089309d8f0", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "features", "admincontentcdnimagepath" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "https://res.cdn.office.net/admincenter/admin-content", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fed3b44c-80c9-4760-8602-bee92febce50", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "features", "admincontentcdnimagepath" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5db20379-2757-4e2a-b1b5-388fdf6236fe", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "features", "admincontentcdnimagepath" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9f39225c-df58-42e6-be40-5273fdf37a61", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "features", "admincontentcdnimagepath" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "config", "description": "", "item": [ { "id": "bffb79ff-a98b-47fa-b52d-4daa9ff1c0b4", "name": "Get features configuration", "request": { "name": "Get features configuration", "description": { "content": "Retrieve the features configuration for the admin portal.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "features", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "2070a03c-d186-4732-b432-c5216d20b7df", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "features", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"EnableModalFeedbackOnLeavePreviewMode\": \"true\",\n \"EnableCustomizeNavigation\": \"true\",\n \"TurnOnDiagnostics\": \"false\",\n \"CxgLicensingUrl\": \"https://licensing.m365.microsoft.com\",\n \"CxgLicensingDbsProductIds\": \"CFQ7TTC0KCRG\",\n \"PartnerCenterDashboardUrl\": \"\",\n \"MicrosoftTeamsAdminCenterDeepLink\": \"https://admin.teams.microsoft.com/\",\n \"MicrosoftTeamsDetailsDeepLink\": \"https://admin.teams.microsoft.com/teams/manage/{groupId}\",\n \"EnableNavIntelligence\": \"false\",\n \"NewPasswordLength\": \"true\",\n \"NewPasswordBulkUserLimit\": \"true\",\n \"NewPasswordManagement\": \"false\",\n \"NewPasswordEmailOption\": \"true\",\n \"NavNodeClickHistorySessionCap\": \"5\",\n \"MostUsedNavNodeCap\": \"4\",\n \"LitigationHoldHelpUrl\": \"https://go.microsoft.com/fwlink/?linkid=841243\",\n \"EnableUpnUniqueness\": \"true\",\n \"HideLastSignInInfo\": \"false\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8cbe2b8c-752c-4154-97b2-929a8c739385", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "features", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e83d5e89-4b75-4def-9e42-feda36a56412", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "features", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6e3b896d-fb4b-44a0-9412-667f2bd06777", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "features", "config" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "all", "description": "", "item": [ { "id": "13e5d7c0-a130-419a-a306-34f03bf0f259", "name": "Get all feature flags", "request": { "name": "Get all feature flags", "description": { "content": "Retrieve all feature flags available for the admin portal.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "features", "all" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "1e2ebd89-5b8e-447c-a980-4e18950d5dca", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "features", "all" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"GlobalAdmin\": 1,\n \"ListUsers\": 1,\n \"ResetUserPassword\": 1,\n \"EnableReactUsersV2\": 1,\n \"EnableReactDarkMode\": 1,\n \"BillingAdminPortalAccess\": 1,\n \"ViewDataLocation\": 1\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5db7f0d0-36c7-4725-ae5d-db737529a118", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "features", "all" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b75883be-9e84-4510-b860-da73b56c397f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "features", "all" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "60ac5e2d-88e3-453d-a6f9-074a42967cd0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "features", "all" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "billing", "description": "", "item": [ { "name": "BillingModel", "description": "", "item": [ { "id": "eca60575-81f0-4a06-95a5-6220df9577a2", "name": "Get billing model", "request": { "name": "Get billing model", "description": { "content": "Retrieve the billing model information for the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "billing", "BillingModel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5acd4b68-948e-43d3-a405-106bc102eae7", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "billing", "BillingModel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"Subscriptions\": [\n {\n \"Id\": \"245af74a-eb6b-4d36-c46d-9dc1d57f9d6b\",\n \"Name\": null,\n \"NextSubscriptionState\": \"Other\",\n \"OfferId\": \"CFQ7TTC0P4WT/0005/Direct\",\n \"Offer\": {\n \"Id\": \"CFQ7TTC0P4WT/0005/Direct\",\n \"IsTrial\": false,\n \"IsPrepaid\": false,\n \"Name\": \"Microsoft Cloud PKI\"\n },\n \"AssignedQuantity\": 0,\n \"TotalLicenseQuantity\": 1,\n \"SubscriptionStartDate\": \"2026-03-22T00:00:00+00:00\",\n \"SubscriptionEndDate\": \"2026-04-21T00:00:00+00:00\",\n \"StatusText\": \"Expires April 21, 2026\",\n \"StateText\": \"Active\",\n \"Channel\": \"Direct\",\n \"AutoRenew\": true,\n \"IsInGracePeriod\": false,\n \"IsPaymentReceived\": true,\n \"IsLifecycleExpired\": false,\n \"SubscriptionState\": 1,\n \"ProductSkuId\": \"c215c5ea-c90e-47c9-8c21-e95be7cbb5aa\"\n },\n {\n \"Id\": \"245af74a-eb6b-4d36-c46d-9dc1d57f9d6b\",\n \"Name\": null,\n \"NextSubscriptionState\": \"Other\",\n \"OfferId\": \"CFQ7TTC0P4WT/0005/Direct\",\n \"Offer\": {\n \"Id\": \"CFQ7TTC0P4WT/0005/Direct\",\n \"IsTrial\": false,\n \"IsPrepaid\": false,\n \"Name\": \"Microsoft Cloud PKI\"\n },\n \"AssignedQuantity\": 0,\n \"TotalLicenseQuantity\": 1,\n \"SubscriptionStartDate\": \"2026-03-22T00:00:00+00:00\",\n \"SubscriptionEndDate\": \"2026-04-21T00:00:00+00:00\",\n \"StatusText\": \"Expires April 21, 2026\",\n \"StateText\": \"Active\",\n \"Channel\": \"Direct\",\n \"AutoRenew\": true,\n \"IsInGracePeriod\": false,\n \"IsPaymentReceived\": true,\n \"IsLifecycleExpired\": false,\n \"SubscriptionState\": 1,\n \"ProductSkuId\": \"c215c5ea-c90e-47c9-8c21-e95be7cbb5aa\"\n }\n ],\n \"OtherSubscriptions\": [\n {\n \"key_0\": 9221\n },\n {\n \"key_0\": false,\n \"key_1\": 6720.408752490731\n }\n ],\n \"NceSubscriptions\": [\n {\n \"key_0\": false\n },\n {\n \"key_0\": 3543,\n \"key_1\": false\n }\n ],\n \"BillingRpNceSubscriptions\": [\n {\n \"key_0\": 3589.625592095661,\n \"key_1\": \"string\"\n },\n {\n \"key_0\": 3040,\n \"key_1\": \"string\"\n }\n ],\n \"ModernBillingAccounts\": [\n {\n \"key_0\": \"string\",\n \"key_1\": 2996,\n \"key_2\": \"string\",\n \"key_3\": \"string\",\n \"key_4\": 7297.534106159203\n },\n {\n \"key_0\": true,\n \"key_1\": false\n }\n ],\n \"TrialSubscriptionID\": null,\n \"TotalAmountDue\": null,\n \"HasAmountDue\": false,\n \"DueDate\": null,\n \"PastDue\": false,\n \"HasPastDue\": false,\n \"HasDueDate\": false,\n \"IsPendingDomainVerification\": false,\n \"HasExpiringCC\": false,\n \"HasExpiredSub\": false,\n \"HasPrepaidSub\": false,\n \"CCExpired\": false,\n \"ExpiringText\": null,\n \"ExpiringCCOrderID\": null,\n \"ExpiringCCSubID\": null,\n \"ExpiringCCSubscriptionIDs\": [\n \"string\",\n \"string\"\n ],\n \"HasPaidSubscription\": true,\n \"HasNceSub\": false\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5b49d3d6-b380-45c6-9a34-862f46055a5e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "billing", "BillingModel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9afe8a51-4542-4549-9360-e84a739458a1", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "billing", "BillingModel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "145d2c86-d824-4378-a088-b1c5e2acf784", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "billing", "BillingModel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "identitysecurity", "description": "", "item": [ { "name": "securitydefaults", "description": "", "item": [ { "id": "6e937abb-2994-4b94-93a6-28a9bcb22eb8", "name": "Get security defaults status", "request": { "name": "Get security defaults status", "description": { "content": "Retrieve the security defaults status for the tenant, indicating whether security defaults are enabled or disabled.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "identitysecurity", "securitydefaults" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "691ccf6f-e9ad-4649-ae7b-11dce6a6934e", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "identitysecurity", "securitydefaults" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"isEnabled\": false\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "38b86c2b-03e8-49f5-8c07-24f559469656", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "identitysecurity", "securitydefaults" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6fdb626b-658c-4304-a329-b35297a00a4b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "identitysecurity", "securitydefaults" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "234723c3-a276-482d-b95b-f266614cb09d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "identitysecurity", "securitydefaults" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "partners", "description": "", "item": [ { "name": "AOBOClients", "description": "", "item": [ { "id": "a740aa22-5e58-4b55-993e-8e27e0c8b034", "name": "Get AOBO partner clients", "request": { "name": "Get AOBO partner clients", "description": { "content": "Retrieve the list of Admin on Behalf Of (AOBO) partner clients associated with the tenant.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "partners", "AOBOClients" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5e81d192-d434-4f89-8424-4c8798b5144c", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "partners", "AOBOClients" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"Succeeded\": true,\n \"Message\": null,\n \"Data\": {\n \"PartnerContracts\": null,\n \"NextLink\": null\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "764cd1c6-956f-49f7-9a0e-d5caaf758e51", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "partners", "AOBOClients" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "523a4518-0f95-4a86-9af1-cbc4c9aa9e17", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "partners", "AOBOClients" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "db6cb59b-c7bf-44bd-8165-42d3955c3128", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "partners", "AOBOClients" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "contact", "description": "", "item": [ { "name": "Customization", "description": "", "item": [ { "id": "425caea2-e07a-49ac-849a-0066b815343d", "name": "Get contact customization", "request": { "name": "Get contact customization", "description": { "content": "Retrieve contact list customization settings for the admin portal (Users > Contacts).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "contact", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d19052a7-29bd-472a-9d90-d4e94c9dd054", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "contact", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0428c70d-1503-4be1-a1db-b855a21e57c4", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "contact", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b34cf94a-26c6-4dd5-b845-1e822ce7e06c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "contact", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "786a6126-3143-45cd-9711-b05d7814fb40", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "contact", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "GetContacts", "description": "", "item": [ { "id": "aad11423-97e4-4ea4-a838-ff8f6fc780b4", "name": "Get contacts", "request": { "name": "Get contacts", "description": { "content": "Retrieve a list of contacts in the tenant (Users > Contacts).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "contact", "GetContacts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "acd710b1-4ddc-417f-a20b-06378e8663bd", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "contact", "GetContacts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "94538c13-24a5-4cae-b766-8be6d405a744", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "contact", "GetContacts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c8c4667d-d8e2-479c-bb98-cb64431e81ce", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "contact", "GetContacts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "06930669-0f79-4422-8880-dd2b58a17893", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "contact", "GetContacts" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "guestuserlist", "description": "", "item": [ { "name": "Customization", "description": "", "item": [ { "id": "16e9f2bd-ad72-4d7d-9459-f505b032a116", "name": "Get guest user list customization", "request": { "name": "Get guest user list customization", "description": { "content": "Retrieve guest user list customization settings for the admin portal (Users > Guest).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "guestuserlist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "53399bdf-4324-460a-84aa-9aaf0165736a", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "guestuserlist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e6752c2f-d516-4553-b87e-5aae75f2c258", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "guestuserlist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d0f7fbe2-ec7f-4270-bc3a-5507bee87fab", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "guestuserlist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8d43cbaa-3ada-4eb7-8cab-f6fcb6aea13c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "guestuserlist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "userlist", "description": "", "item": [ { "name": "Customization", "description": "", "item": [ { "id": "fef6ea7a-0e54-4d51-8130-183af445c45a", "name": "Get user list customization", "request": { "name": "Get user list customization", "description": { "content": "Retrieve active user list customization settings for the admin portal (Users > Active).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "userlist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "218b8202-bdef-475a-8fc9-10378ac7c53f", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "userlist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "32120796-14cd-4389-8725-83e51e89b4c2", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "userlist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "23b6deeb-64d3-40b5-8468-32367a62b267", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "userlist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0366ebf0-214a-4419-92fd-d78d753b6565", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "userlist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "grouplist", "description": "", "item": [ { "name": "Customization", "description": "", "item": [ { "id": "9bb6103a-d9cb-467e-8d32-55f40e3693a2", "name": "Get group list customization", "request": { "name": "Get group list customization", "description": { "content": "Retrieve group list customization settings for the admin portal (Groups > Active).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "grouplist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e6625b2e-d91b-42c4-bf5c-a4e7cc4efde4", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "grouplist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "88959824-a8b6-487a-8828-bf3d85318ec3", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "grouplist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "08596f63-8610-4e02-b9fc-24fbf692165a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "grouplist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9c595bfb-3974-4399-845c-cb6c3b36a39d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "grouplist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "localizedvideo", "description": "", "item": [ { "name": "getbyfeature", "description": "", "item": [ { "name": "{locale}", "description": "", "item": [ { "id": "12cdacf8-8a6d-4055-9844-6bd181f1c189", "name": "Get localized video by feature", "request": { "name": "Get localized video by feature", "description": { "content": "Retrieve localized help videos by feature for the specified locale (Groups > Active).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "localizedvideo", "getbyfeature", ":locale" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "string", "key": "locale", "disabled": false, "description": { "content": "(Required) The locale code (e.g., en-US).", "type": "text/plain" } } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "9a63f388-9117-48cf-b2a5-f1192688dbe9", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "localizedvideo", "getbyfeature", ":locale" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The locale code (e.g., en-US).", "type": "text/plain" }, "type": "any", "value": "string", "key": "locale" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f60ab07e-d598-46de-ba03-28375cec878a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "localizedvideo", "getbyfeature", ":locale" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The locale code (e.g., en-US).", "type": "text/plain" }, "type": "any", "value": "string", "key": "locale" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9fb6552b-c424-49c4-80f6-166e80bebee4", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "localizedvideo", "getbyfeature", ":locale" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The locale code (e.g., en-US).", "type": "text/plain" }, "type": "any", "value": "string", "key": "locale" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dc81800c-42d7-44fc-a91a-e9996b743f6c", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "localizedvideo", "getbyfeature", ":locale" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "disabled": false, "description": { "content": "(Required) The locale code (e.g., en-US).", "type": "text/plain" }, "type": "any", "value": "string", "key": "locale" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "domainlist", "description": "", "item": [ { "name": "Customization", "description": "", "item": [ { "id": "1366c265-6ed8-40aa-b7f5-eb4bfe9ca583", "name": "Get domain list customization", "request": { "name": "Get domain list customization", "description": { "content": "Retrieve domain list customization settings for the admin portal (Domains).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "domainlist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "33c04e0f-d374-428a-a7c0-a5fd7b1e786a", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "domainlist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f4ecbd1a-c3f3-4fc6-a34b-6666fbf4e142", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "domainlist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "41f4d2a4-75df-4d90-b3d7-fef7dc7a520c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "domainlist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5b20dac0-5596-43dd-a4bd-4107f5eb39bb", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "domainlist", "Customization" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "domains", "description": "", "item": [ { "name": "GetDomainBuyModel", "description": "", "item": [ { "id": "bd17cce1-14ea-44ea-8ffb-7bfc67be2bf2", "name": "Get domain buy model", "request": { "name": "Get domain buy model", "description": { "content": "Retrieve the domain purchase model information for buying domains (Domains).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "domains", "GetDomainBuyModel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "56effd09-272d-4267-a402-589fd07a71e1", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "domains", "GetDomainBuyModel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "61bb6e14-2d4d-4b03-a2d6-2dff44575f4f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "domains", "GetDomainBuyModel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dfb04501-e659-4e71-b915-7a7f1cdc0405", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "domains", "GetDomainBuyModel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "feb2a0ce-9837-4556-95aa-c3163076a104", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "domains", "GetDomainBuyModel" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "List", "description": "", "item": [ { "id": "cb890b19-1d35-46ee-a9c4-5fa463bc0129", "name": "List domains", "request": { "name": "List domains", "description": { "content": "Retrieve the list of domains configured for the tenant (Org Settings > Privacy profile).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "domains", "List" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "bfcc1924-b4d7-4239-8108-6b949caa4399", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "domains", "List" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8c22efcd-4a99-4925-ae98-80c3bffbc4d7", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "domains", "List" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "041b2f0c-f94c-444f-a00d-748ce729c8aa", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "domains", "List" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e496e4eb-f7e6-4318-9df0-ebc14a588360", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "domains", "List" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Verified", "description": "", "item": [ { "id": "873e59e0-ead7-4e16-acd7-1a6b2a979c03", "name": "Get verified domains", "request": { "name": "Get verified domains", "description": { "content": "Retrieve the list of verified domains for the tenant (Users > Active).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "domains", "Verified" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b699cc11-7609-431f-a86c-5db39dfa1b9a", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "domains", "Verified" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f4b7f996-a1e1-45c3-a945-770329cbe8e6", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "domains", "Verified" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3bda2bc3-aee1-4aa6-bfaa-764173ecf554", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "domains", "Verified" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0b4d7bf6-6bb9-4677-9ad0-6214aedafa0a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "domains", "Verified" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "services", "description": "", "item": [ { "name": "apps", "description": "", "item": [ { "name": "cortana", "description": "", "item": [ { "id": "be2b964e-9757-4e75-a829-1c73ae31151b", "name": "Get Cortana service settings", "request": { "name": "Get Cortana service settings", "description": { "content": "Retrieve the Cortana service-level settings for the tenant (Org Settings > Cortana).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "services", "apps", "cortana" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c0f95565-ec32-4795-be71-ed3e8831da15", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "cortana" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0372e1b4-1d57-49ed-b423-d9ce3f1206f4", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "cortana" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e68ff26a-9419-4c99-9cc1-c1a27c5e7bc6", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "cortana" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f9b85e58-fcb8-49e2-87dd-2ca3d6af8d6e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "cortana" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "m365lighthouse", "description": "", "item": [ { "id": "8d1448ea-2ba0-47a7-93e4-226c04001fdd", "name": "Get M365 Lighthouse settings", "request": { "name": "Get M365 Lighthouse settings", "description": { "content": "Retrieve the Microsoft 365 Lighthouse service settings for the tenant (Org Settings > Microsoft 365 Lighthouse).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "services", "apps", "m365lighthouse" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f310ea69-a268-4908-9a46-f6e91dfdb7a2", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "m365lighthouse" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1639a6b1-a659-4531-b529-fa907f1d2dec", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "m365lighthouse" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "22b1b6d2-2b0f-4520-a5f1-967ee14eb529", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "m365lighthouse" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "daec75e3-72a9-4d0b-a858-9d332df3bf7b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "m365lighthouse" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "modernAuth", "description": "", "item": [ { "id": "c2095771-7d06-44f6-8b4f-96e4b50150f6", "name": "Get modern authentication settings", "request": { "name": "Get modern authentication settings", "description": { "content": "Retrieve the modern authentication service settings for the tenant (Org Settings > Modern Auth).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "services", "apps", "modernAuth" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "6ddee593-5b5a-4032-8301-e4b37a163b5e", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "modernAuth" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b1aa699d-1254-47d2-954f-c7b3530f0377", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "modernAuth" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "743ecec6-7bdc-4d38-a665-56b90bd3af9f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "modernAuth" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "577d54db-e355-4fc9-85c7-82f986cadf8e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "modernAuth" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "myanalytics", "description": "", "item": [ { "id": "6ff50778-4b98-429e-8a73-4e4f1f58d154", "name": "Get MyAnalytics settings", "request": { "name": "Get MyAnalytics settings", "description": { "content": "Retrieve the MyAnalytics (Viva Insights personal) service settings for the tenant (Org Settings > MyAnalytics).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "services", "apps", "myanalytics" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "89cd0716-f244-42a5-ba44-8ae0cc6686c0", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "myanalytics" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "38bd3065-7c1a-44e6-9ea2-763df83f5e2a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "myanalytics" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "051db9b3-8b33-426e-912b-bb038da5d3bc", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "myanalytics" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5c729ac5-08bc-46e5-addd-e00dbaa7d7ac", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "myanalytics" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "planner", "description": "", "item": [ { "id": "104410c3-c388-42c3-b607-3552acf37d99", "name": "Get Planner service settings", "request": { "name": "Get Planner service settings", "description": { "content": "Retrieve the Microsoft Planner service-level settings for the tenant (Org Settings > Microsoft Planner).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "services", "apps", "planner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "3c0ee99b-6e29-4dbc-a542-315c2fef375f", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "planner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "432fa123-9bc9-4277-926a-f0d44bedce34", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "planner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4acd2dd2-f094-44f7-9a4a-f7da0134bb86", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "planner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1e2aff2e-7226-4e5c-b15a-a6d063a506a0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "planner" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "todo", "description": "", "item": [ { "id": "95a761ec-f338-45c9-b178-3b70029fa16e", "name": "Get To Do service settings", "request": { "name": "Get To Do service settings", "description": { "content": "Retrieve the Microsoft To Do service-level settings for the tenant (Org Settings > Microsoft To Do).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "services", "apps", "todo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b83df32b-7a14-486f-9e87-f987b80ac706", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "todo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "94c6c47b-9d23-4ae8-8e7c-1bd421409f12", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "todo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "97bd9291-8180-4356-a92d-3ebaee0787bf", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "todo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8e599e65-492b-410b-aa36-e26d18aa0380", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "todo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "vivainsights", "description": "", "item": [ { "id": "fbfa4d5b-c969-4aa6-94d6-c628a8371d1c", "name": "Get Viva Insights settings", "request": { "name": "Get Viva Insights settings", "description": { "content": "Retrieve the Viva Insights service settings for the tenant (Org Settings > Viva Insights).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "services", "apps", "vivainsights" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "654f1010-bbea-46fc-ad90-9d6dd8d1bbb6", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "vivainsights" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fedd03e1-dade-4730-b852-f84a234992f4", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "vivainsights" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6ef75fa3-03fd-4915-9e53-757a6a800fdd", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "vivainsights" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0d46e667-a8ea-43c6-a975-a5b588346ada", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "services", "apps", "vivainsights" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "securitysettings", "description": "", "item": [ { "name": "settings", "description": "", "item": [ { "id": "e26515a0-77ca-4dbd-aea5-e231d63b29a0", "name": "Get secure-by-default settings catalog", "request": { "name": "Get secure-by-default settings catalog", "description": { "content": "Retrieve the catalog of secure-by-default controls shown in Org Settings > Security & privacy.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "securitysettings", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "8762473d-aa56-4c3f-8fdc-9f793dd6931a", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "securitysettings", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"sections\": [\n {\n \"name\": \"authandprotocols\",\n \"settings\": [\n {\n \"name\": \"blocklegacyauth\",\n \"service\": \"Identity\",\n \"viewOnly\": false,\n \"version\": null\n },\n {\n \"name\": \"blocklegacyauth\",\n \"service\": \"Identity\",\n \"viewOnly\": false,\n \"version\": null\n }\n ]\n },\n {\n \"name\": \"authandprotocols\",\n \"settings\": [\n {\n \"name\": \"blocklegacyauth\",\n \"service\": \"Identity\",\n \"viewOnly\": false,\n \"version\": null\n },\n {\n \"name\": \"blocklegacyauth\",\n \"service\": \"Identity\",\n \"viewOnly\": false,\n \"version\": null\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dd544811-7367-479c-92ea-125a8cc244e1", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "securitysettings", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3f9d374e-15b3-43a1-bd1c-97817a476c7a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "securitysettings", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a0929ca8-6387-4025-b498-c074da4ff0b9", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "securitysettings", "settings" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "status", "description": "", "item": [ { "id": "773b25af-3daf-41a2-b4ba-d89fb642cf30", "name": "Get secure-by-default control status", "request": { "name": "Get secure-by-default control status", "description": { "content": "Retrieve per-control status results, including links and exclusion metadata for settings that are at risk or customized.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "securitysettings", "settings", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ca6434bb-cf9f-48f9-b37c-5a5fc629aab0", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "securitysettings", "settings", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[\n {\n \"Id\": \"phishingresistant\",\n \"Status\": \"AtRisk\",\n \"AdditionalProperties\": {\n \"excludedUsers\": [\n \"3e5fe4d3-3adb-0ac6-7ac5-0e9846b1836e\",\n \"6b3a439d-8485-a016-6a17-e14bb814d171\"\n ],\n \"excludedGroups\": [\n \"0e9e32a9-f27c-b314-cbe4-656e22bac08b\",\n \"da8885f2-302c-08d3-c9c8-6903b69d25c4\"\n ],\n \"excludedApps\": [\n \"string\",\n \"string\"\n ],\n \"excludedServices\": [\n \"string\",\n \"string\"\n ],\n \"policyId\": null,\n \"customizePolicyUrl\": null,\n \"hasRequiredAuth\": true,\n \"hasCustomizedPolicy\": true,\n \"HardDeprecationRPSEnabled\": true\n }\n },\n {\n \"Id\": \"phishingresistant\",\n \"Status\": \"AtRisk\",\n \"AdditionalProperties\": {\n \"excludedUsers\": [\n \"69389716-4801-19d2-1846-f78708ffbdea\",\n \"225728ce-80ce-6953-4aaa-6077295886cf\"\n ],\n \"excludedGroups\": [\n \"cbc051ef-1b12-a5db-15e1-7cc79b078362\",\n \"ea3fdd37-4ad5-505e-a4d0-759457d9403e\"\n ],\n \"excludedApps\": [\n \"string\",\n \"string\"\n ],\n \"excludedServices\": [\n \"string\",\n \"string\"\n ],\n \"policyId\": null,\n \"customizePolicyUrl\": null,\n \"hasRequiredAuth\": true,\n \"hasCustomizedPolicy\": true,\n \"HardDeprecationRPSEnabled\": true\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "aae157e3-c299-4716-9faa-ce9cfe5bafba", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "securitysettings", "settings", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4e57150d-bc28-43e7-9d8c-2655fa3a0111", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "securitysettings", "settings", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e995ff2e-7890-466e-924d-a51fe591799d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "securitysettings", "settings", "status" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "optIn", "description": "", "item": [ { "id": "ddfc72f4-e72c-42ed-b0af-30c943f51d62", "name": "Get secure-by-default opt-in status", "request": { "name": "Get secure-by-default opt-in status", "description": { "content": "Retrieve the opt-in envelope used by the secure-by-default experience. The observed response body was an empty JSON object.", "type": "text/plain" }, "url": { "path": [ "admin", "api", "securitysettings", "optIn" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "739cfb21-47a4-406e-8833-6342edf0316a", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "securitysettings", "optIn" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "94b0f04b-e9ba-4808-ba0e-aeb98192ebf6", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "securitysettings", "optIn" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fef35b8a-0432-4ddc-ba01-3b3c383c639c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "securitysettings", "optIn" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "67393323-0802-43fb-8bb2-720e57e24820", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "securitysettings", "optIn" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "messagecenter", "description": "", "item": [ { "id": "77a55e1e-46fe-4c79-b2f7-57dcfb07b26e", "name": "Get message center messages", "request": { "name": "Get message center messages", "description": { "content": "Retrieve message center messages for the tenant including service updates and advisories (Health > Message center).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "messagecenter" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "8e160909-fba9-42ee-895f-8d91312a52f6", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"StatusText\": \"Some services have posted advisories\",\n \"Timestamp\": \"2026-04-01T18:49:08.9149307+00:00\",\n \"ServiceStatus\": [\n {\n \"Name\": \"Exchange Online\",\n \"ServiceId\": \"Exchange\",\n \"MessagesByClassification\": {\n \"Incidents\": [\n {\n \"Id\": \"EX1213792\",\n \"Feature\": \"signin\",\n \"FeatureDisplayName\": \"Sign-in\",\n \"Classification\": 0,\n \"ImpactDescription\": \"string\",\n \"IsDismissed\": false,\n \"IsRead\": false,\n \"LastUpdatedTime\": \"2020-11-25T09:37:49.563Z\",\n \"Messages\": [\n {\n \"key_0\": \"string\",\n \"key_1\": 6020.793939336408,\n \"key_2\": 2712\n },\n {\n \"key_0\": \"string\"\n }\n ]\n },\n {\n \"Id\": \"EX1213792\",\n \"Feature\": \"signin\",\n \"FeatureDisplayName\": \"Sign-in\",\n \"Classification\": 0,\n \"ImpactDescription\": \"string\",\n \"IsDismissed\": false,\n \"IsRead\": false,\n \"LastUpdatedTime\": \"1970-07-18T06:33:37.454Z\",\n \"Messages\": [\n {\n \"key_0\": 1966.958723363591,\n \"key_1\": \"string\",\n \"key_2\": 1806.9690764448032\n },\n {\n \"key_0\": \"string\"\n }\n ]\n }\n ],\n \"Advisories\": [\n {\n \"Id\": \"EX1213792\",\n \"Feature\": \"signin\",\n \"FeatureDisplayName\": \"Sign-in\",\n \"Classification\": 0,\n \"ImpactDescription\": \"string\",\n \"IsDismissed\": false,\n \"IsRead\": false,\n \"LastUpdatedTime\": \"2003-03-18T04:15:49.217Z\",\n \"Messages\": [\n {\n \"key_0\": 3644,\n \"key_1\": 848\n },\n {\n \"key_0\": 9705\n }\n ]\n },\n {\n \"Id\": \"EX1213792\",\n \"Feature\": \"signin\",\n \"FeatureDisplayName\": \"Sign-in\",\n \"Classification\": 0,\n \"ImpactDescription\": \"string\",\n \"IsDismissed\": false,\n \"IsRead\": false,\n \"LastUpdatedTime\": \"1958-05-05T13:39:15.767Z\",\n \"Messages\": [\n {\n \"key_0\": 9111,\n \"key_1\": 4356\n },\n {\n \"key_0\": 6934.132858303807,\n \"key_1\": \"string\"\n }\n ]\n }\n ]\n },\n \"ServicePotentialProblemCategories\": [\n \"string\",\n \"string\"\n ]\n },\n {\n \"Name\": \"Exchange Online\",\n \"ServiceId\": \"Exchange\",\n \"MessagesByClassification\": {\n \"Incidents\": [\n {\n \"Id\": \"EX1213792\",\n \"Feature\": \"signin\",\n \"FeatureDisplayName\": \"Sign-in\",\n \"Classification\": 0,\n \"ImpactDescription\": \"string\",\n \"IsDismissed\": false,\n \"IsRead\": false,\n \"LastUpdatedTime\": \"1999-05-14T05:41:02.653Z\",\n \"Messages\": [\n {\n \"key_0\": \"string\"\n },\n {\n \"key_0\": 5992.304712365884\n }\n ]\n },\n {\n \"Id\": \"EX1213792\",\n \"Feature\": \"signin\",\n \"FeatureDisplayName\": \"Sign-in\",\n \"Classification\": 0,\n \"ImpactDescription\": \"string\",\n \"IsDismissed\": false,\n \"IsRead\": false,\n \"LastUpdatedTime\": \"2005-05-02T12:28:02.997Z\",\n \"Messages\": [\n {\n \"key_0\": 7729\n },\n {\n \"key_0\": 6843,\n \"key_1\": true\n }\n ]\n }\n ],\n \"Advisories\": [\n {\n \"Id\": \"EX1213792\",\n \"Feature\": \"signin\",\n \"FeatureDisplayName\": \"Sign-in\",\n \"Classification\": 0,\n \"ImpactDescription\": \"string\",\n \"IsDismissed\": false,\n \"IsRead\": false,\n \"LastUpdatedTime\": \"2009-11-03T14:05:03.877Z\",\n \"Messages\": [\n {\n \"key_0\": 2117,\n \"key_1\": 8029\n },\n {\n \"key_0\": 2414.235739210072,\n \"key_1\": 7020.510800517491\n }\n ]\n },\n {\n \"Id\": \"EX1213792\",\n \"Feature\": \"signin\",\n \"FeatureDisplayName\": \"Sign-in\",\n \"Classification\": 0,\n \"ImpactDescription\": \"string\",\n \"IsDismissed\": false,\n \"IsRead\": false,\n \"LastUpdatedTime\": \"2008-07-02T20:26:47.011Z\",\n \"Messages\": [\n {\n \"key_0\": 3520.73633863224\n },\n {\n \"key_0\": 7079\n }\n ]\n }\n ]\n },\n \"ServicePotentialProblemCategories\": [\n \"string\",\n \"string\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "53710c45-627d-4a84-bd29-d321bde076e1", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2a3f7a42-021e-4d93-9c71-a9e54d448c47", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "64f5686d-7420-4a85-8662-014167431884", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "name": "GetDisplayPreferences", "description": "", "item": [ { "id": "99ff1c52-c7fd-4207-a623-659ccdeb9a9e", "name": "Get message center display preferences", "request": { "name": "Get message center display preferences", "description": { "content": "Retrieve display preferences for the message center view (Health > Message center).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "messagecenter", "GetDisplayPreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ea291dcf-8d54-4ae0-96f2-ea74ca4641e0", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "GetDisplayPreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e87c34d1-611d-43fe-88dd-bfd7683b372e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "GetDisplayPreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e69a288b-630b-4515-a57a-0b98631a295f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "GetDisplayPreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e9c09319-6405-44a1-9956-0de02ded6b9b", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "GetDisplayPreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "GetPlannerIntegrationPreferences", "description": "", "item": [ { "id": "b1e9bdd4-9b94-4e42-bf03-ebe2c3bd7354", "name": "Get Planner integration preferences", "request": { "name": "Get Planner integration preferences", "description": { "content": "Retrieve Planner integration preferences for message center. Note: returns 404 if Planner integration has not been set up for the tenant (Health > Message center).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "messagecenter", "GetPlannerIntegrationPreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a87763aa-d1e4-42ab-9f91-98dfe281eb4d", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "GetPlannerIntegrationPreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b6edf2ab-b929-41d0-a031-35f87687c699", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "GetPlannerIntegrationPreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "559864f7-3702-45e1-be9b-3c23b686a4d2", "name": "Not Found", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "GetPlannerIntegrationPreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "GetPlannerIntegrationTaskSet", "description": "", "item": [ { "id": "be713d97-f8dd-4f7d-9112-4eb93bea8aab", "name": "Get Planner integration task set", "request": { "name": "Get Planner integration task set", "description": { "content": "Retrieve the Planner integration task set configuration for message center items (Health > Message center).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "messagecenter", "GetPlannerIntegrationTaskSet" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "56cfa599-75d8-40e3-90a9-30f93a06c7e8", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "GetPlannerIntegrationTaskSet" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0ab67af5-f13b-4521-b8cd-297d9110962f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "GetPlannerIntegrationTaskSet" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "024994f9-f687-4893-8109-907739119019", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "GetPlannerIntegrationTaskSet" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "751e6e75-cb18-4e75-ab59-79f84536db58", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "GetPlannerIntegrationTaskSet" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "activities", "description": "", "item": [ { "id": "847d6019-0c83-4c47-a5ae-10056db530a1", "name": "Update message center activities", "request": { "name": "Update message center activities", "description": { "content": "Update message center activity tracking such as read/unread status and preferences (Health > Message center).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "messagecenter", "activities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "29cf6933-f86d-414e-942c-b5f55ecee48b", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "activities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "731f2290-9e54-41b3-b469-fb91dbc0bbc5", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "activities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "43d7a87c-323a-47f1-a93e-1fde01e6c534", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "activities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0820dcc6-f4f7-42d9-b28b-c9d54ec8bb19", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "activities" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "configuration", "description": "", "item": [ { "id": "5eac8bf4-1d5d-4109-a1d4-70afdc6fa484", "name": "Get message center configuration", "request": { "name": "Get message center configuration", "description": { "content": "Retrieve the message center configuration settings for the tenant (Health > Message center).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "messagecenter", "configuration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a62976b4-96a4-4098-a7ae-3c714f487334", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "configuration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "44555d80-824a-4ff8-9f63-c8073dbd1e3f", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "configuration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e3cd9322-78a3-450a-808d-90ce29b0d989", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "configuration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "63a42fb2-331f-4565-9f62-02ffd5548a8d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "messagecenter", "configuration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "servicehealth", "description": "", "item": [ { "name": "getDisplayPreferences", "description": "", "item": [ { "id": "57a94a5d-6f48-4020-a235-f967c9f1036b", "name": "Get service health display preferences", "request": { "name": "Get service health display preferences", "description": { "content": "Retrieve display preferences for the service health dashboard (Health > Service health).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "servicehealth", "getDisplayPreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "aa65d7a1-c451-4c18-b96a-9e221464cd76", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "servicehealth", "getDisplayPreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "457a6bc9-cae4-4962-9e78-bfc1fcb04c5b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "servicehealth", "getDisplayPreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9f0e6e63-7609-4527-bbf7-b5fe15c21b54", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "servicehealth", "getDisplayPreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5fe7c077-ad94-4e18-bbe6-b671d61d3067", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "servicehealth", "getDisplayPreferences" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "status", "description": "", "item": [ { "name": "activeCM", "description": "", "item": [ { "id": "42919e70-1a93-4d11-90da-60adbc906deb", "name": "Get active change management status", "request": { "name": "Get active change management status", "description": { "content": "Retrieve active change management incidents and service health status (Org Settings > Briefing email).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "servicehealth", "status", "activeCM" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "6c24db8f-fd1f-4e19-9e1f-d23ff64fa1e1", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "servicehealth", "status", "activeCM" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "de255447-1ae7-43da-92a7-b9e66d5bb2f0", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "servicehealth", "status", "activeCM" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a8cc266d-80ee-481d-ab4c-e2bcaf370f3f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "servicehealth", "status", "activeCM" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "19b86d22-c6e8-4fd6-a572-efc813f345c2", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "servicehealth", "status", "activeCM" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "OData filter expression to narrow results.", "type": "text/plain" }, "key": "$filter", "value": "string" }, { "disabled": false, "description": { "content": "Maximum number of results to return.", "type": "text/plain" }, "key": "$top", "value": "7367" }, { "disabled": false, "description": { "content": "Number of results to skip for pagination.", "type": "text/plain" }, "key": "$skip", "value": "7367" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "dirsyncmanagement", "description": "", "item": [ { "name": "hasobjectswithdirsyncerrors", "description": "", "item": [ { "id": "f95a8c97-87e8-486f-8e3b-e9997697caa7", "name": "Check for directory sync errors", "request": { "name": "Check for directory sync errors", "description": { "content": "Check if the tenant has objects with directory sync errors from Entra Connect (Org Settings > Dynamics 365 Customer Voice).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "dirsyncmanagement", "hasobjectswithdirsyncerrors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "5bd8b725-1437-4d94-8b5e-87fe8fdf6239", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "dirsyncmanagement", "hasobjectswithdirsyncerrors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "41f5a1cd-d5c7-4aa2-be85-582c6df45614", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "dirsyncmanagement", "hasobjectswithdirsyncerrors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c81bdb13-7d72-4154-a572-4f4f3998e973", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "dirsyncmanagement", "hasobjectswithdirsyncerrors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4282783c-8a0b-4ebc-a538-6a00bcad9b7e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "dirsyncmanagement", "hasobjectswithdirsyncerrors" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "manage", "description": "", "item": [ { "id": "98d34dee-fc67-4381-a202-052315d944e3", "name": "Get directory sync management", "request": { "name": "Get directory sync management", "description": { "content": "Retrieve directory sync management settings and status for Entra Connect (Org Settings > Dynamics 365 Customer Voice).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "dirsyncmanagement", "manage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d286147e-0e66-4eab-8e65-87a73988dd14", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "dirsyncmanagement", "manage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4c84ae86-d093-42c1-99eb-98436920c9f6", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "dirsyncmanagement", "manage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e7d0a114-2c02-4bf9-8d91-8cc0f9bffa6f", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "dirsyncmanagement", "manage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6b172242-3296-456b-b568-4934e4f7dd9e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "dirsyncmanagement", "manage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "irisrecommendations", "description": "", "item": [ { "name": "v1", "description": "", "item": [ { "id": "75731449-2612-424f-9180-4d7972c44d79", "name": "Get IRIS recommendations", "request": { "name": "Get IRIS recommendations", "description": { "content": "Retrieve IRIS (Intelligent Recommendations and Insights Service) recommendations for the tenant (Org Settings > Briefing email).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "irisrecommendations", "v1" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ea9e6d1d-9ec9-4180-aff0-ca4a7416fbfc", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "irisrecommendations", "v1" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "98846c10-08e1-4455-aa27-fcbb1ed5ce8a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "irisrecommendations", "v1" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7246f792-334e-4d42-89d2-91f19d464b7a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "irisrecommendations", "v1" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d1ba5317-078a-4bc9-ac8e-00ca5f4c3950", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "irisrecommendations", "v1" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "privatecatalog", "description": "", "item": [ { "name": "GetAddInDetails", "description": "", "item": [ { "id": "9c0b6c80-52d4-4e2c-aa84-44a010e40106", "name": "Get add-in details", "request": { "name": "Get add-in details", "description": { "content": "Retrieve detailed information about a specific add-in from the private catalog (Add-ins > Add-ins).", "type": "text/plain" }, "url": { "path": [ "admin", "api", "privatecatalog", "GetAddInDetails" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "af01d932-79f0-4f01-8f74-21907bf793cf", "name": "OK", "originalRequest": { "url": { "path": [ "admin", "api", "privatecatalog", "GetAddInDetails" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cfe5713a-4c49-4ff6-881f-04c37df67534", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "admin", "api", "privatecatalog", "GetAddInDetails" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9851d6f7-240d-4ec7-917b-b81955fdfeeb", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "admin", "api", "privatecatalog", "GetAddInDetails" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f3f7d503-2813-405b-93de-fb59b1d0847d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "admin", "api", "privatecatalog", "GetAddInDetails" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "fd", "description": "", "item": [ { "name": "mssearchconnectors", "description": "", "item": [ { "name": "v1.0", "description": "", "item": [ { "name": "admin", "description": "", "item": [ { "name": "connections", "description": "", "item": [ { "name": "getStatistics", "description": "", "item": [ { "id": "2dacdeb7-34e6-4ffb-821a-c92770c427c4", "name": "Get connection statistics", "request": { "name": "Get connection statistics", "description": { "content": "Retrieve statistics for Microsoft Search data connections including item counts, crawl status, and connection health.", "type": "text/plain" }, "url": { "path": [ "fd", "mssearchconnectors", "v1.0", "admin", "connections", "getStatistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b0321293-95dc-4883-abfe-3a9502960e66", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "mssearchconnectors", "v1.0", "admin", "connections", "getStatistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "10984df3-a5f0-4fae-a4e0-b28b502a9e45", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "mssearchconnectors", "v1.0", "admin", "connections", "getStatistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "98650521-fb1c-44ac-ad9a-f6eea5e75f2b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "mssearchconnectors", "v1.0", "admin", "connections", "getStatistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1c8c38bd-98ec-4282-b3a3-77a57d3679ec", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "mssearchconnectors", "v1.0", "admin", "connections", "getStatistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Search query string.", "type": "text/plain" }, "key": "query", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] } ] }, { "name": "msgraph", "description": "", "item": [ { "name": "v1.0", "description": "", "item": [ { "name": "subscribedSkus", "description": "", "item": [ { "id": "02c3e202-f4ee-4a89-8d09-e0342fadef67", "name": "Get subscribed SKUs", "request": { "name": "Get subscribed SKUs", "description": { "content": "Retrieve the list of commercial subscriptions (SKUs) that the tenant has acquired, proxied through the M365 Admin Center to Microsoft Graph.", "type": "text/plain" }, "url": { "path": [ "fd", "msgraph", "v1.0", "subscribedSkus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b0e10697-bc5f-43f4-bffb-004f165aa42b", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "msgraph", "v1.0", "subscribedSkus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"value\": [\n {\n \"id\": \"string\",\n \"skuId\": \"0b682b5d-665e-ad94-dcdb-bb55c8447e18\",\n \"skuPartNumber\": \"string\",\n \"appliesTo\": \"string\",\n \"capabilityStatus\": \"string\",\n \"consumedUnits\": 7278,\n \"prepaidUnits\": {\n \"enabled\": 868,\n \"suspended\": 7995,\n \"warning\": 2542\n },\n \"servicePlans\": [\n {\n \"servicePlanId\": \"0cc94697-b4fc-b6d8-4d41-f27d9e91eb16\",\n \"servicePlanName\": \"string\",\n \"provisioningStatus\": \"string\",\n \"appliesTo\": \"string\"\n },\n {\n \"servicePlanId\": \"0b609786-2f90-f7d1-9ebe-009f41b8b4ac\",\n \"servicePlanName\": \"string\",\n \"provisioningStatus\": \"string\",\n \"appliesTo\": \"string\"\n }\n ]\n },\n {\n \"id\": \"string\",\n \"skuId\": \"448d1a05-aea4-91cb-df26-05f32d873317\",\n \"skuPartNumber\": \"string\",\n \"appliesTo\": \"string\",\n \"capabilityStatus\": \"string\",\n \"consumedUnits\": 4048,\n \"prepaidUnits\": {\n \"enabled\": 3877,\n \"suspended\": 3014,\n \"warning\": 8697\n },\n \"servicePlans\": [\n {\n \"servicePlanId\": \"e91562a8-4d36-d0b4-858d-5e8fef9bbcaf\",\n \"servicePlanName\": \"string\",\n \"provisioningStatus\": \"string\",\n \"appliesTo\": \"string\"\n },\n {\n \"servicePlanId\": \"0516fc81-2628-b5e4-1c56-f7f5e287c28c\",\n \"servicePlanName\": \"string\",\n \"provisioningStatus\": \"string\",\n \"appliesTo\": \"string\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "34aaa971-7768-4f51-b8dd-a31614b6183b", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "msgraph", "v1.0", "subscribedSkus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b4104698-33d3-4f3f-9ca7-ddfe0b7b793e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "msgraph", "v1.0", "subscribedSkus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bd1c8155-31d0-4279-b09d-dced518185bd", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "msgraph", "v1.0", "subscribedSkus" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "devices", "description": "", "item": [ { "id": "dbc3f3e8-7585-4f0b-80ad-7d02ee157ac4", "name": "Get devices", "request": { "name": "Get devices", "description": { "content": "Retrieve the list of Entra ID registered devices for the tenant, proxied through the M365 Admin Center to Microsoft Graph.", "type": "text/plain" }, "url": { "path": [ "fd", "msgraph", "v1.0", "devices" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Include a count of the total number of items.", "type": "text/plain" }, "key": "$count", "value": "true" }, { "disabled": false, "description": { "content": "Maximum number of items to return.", "type": "text/plain" }, "key": "$top", "value": "1" } ], "variable": [] }, "header": [ { "disabled": false, "description": { "content": "Consistency level for the request. Required for count queries.", "type": "text/plain" }, "key": "ConsistencyLevel", "value": "eventual" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "29ec70a0-879f-442b-ad43-3cbe82888e11", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "msgraph", "v1.0", "devices" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Include a count of the total number of items.", "type": "text/plain" }, "key": "$count", "value": "true" }, { "disabled": false, "description": { "content": "Maximum number of items to return.", "type": "text/plain" }, "key": "$top", "value": "1" } ], "variable": [] }, "header": [ { "disabled": false, "description": { "content": "Consistency level for the request. Required for count queries.", "type": "text/plain" }, "key": "ConsistencyLevel", "value": "eventual" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"@odata.count\": 7467\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0c564dd4-1b3c-42fa-8057-f3a47ba58cf8", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "msgraph", "v1.0", "devices" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Include a count of the total number of items.", "type": "text/plain" }, "key": "$count", "value": "true" }, { "disabled": false, "description": { "content": "Maximum number of items to return.", "type": "text/plain" }, "key": "$top", "value": "1" } ], "variable": [] }, "header": [ { "disabled": false, "description": { "content": "Consistency level for the request. Required for count queries.", "type": "text/plain" }, "key": "ConsistencyLevel", "value": "eventual" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d59b6ee3-e2d3-4d9d-be1e-fcdc92712d8c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "msgraph", "v1.0", "devices" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Include a count of the total number of items.", "type": "text/plain" }, "key": "$count", "value": "true" }, { "disabled": false, "description": { "content": "Maximum number of items to return.", "type": "text/plain" }, "key": "$top", "value": "1" } ], "variable": [] }, "header": [ { "disabled": false, "description": { "content": "Consistency level for the request. Required for count queries.", "type": "text/plain" }, "key": "ConsistencyLevel", "value": "eventual" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2411f3e5-02c3-4906-80a1-20e528aad69f", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "msgraph", "v1.0", "devices" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Include a count of the total number of items.", "type": "text/plain" }, "key": "$count", "value": "true" }, { "disabled": false, "description": { "content": "Maximum number of items to return.", "type": "text/plain" }, "key": "$top", "value": "1" } ], "variable": [] }, "header": [ { "disabled": false, "description": { "content": "Consistency level for the request. Required for count queries.", "type": "text/plain" }, "key": "ConsistencyLevel", "value": "eventual" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "beta", "description": "", "item": [ { "name": "$batch", "description": "", "item": [ { "id": "5241c24e-5e71-4b01-bb58-0f32087d8bb0", "name": "Graph batch request", "request": { "name": "Graph batch request", "description": { "content": "Submit a batch of Microsoft Graph API requests in a single call, proxied through the M365 Admin Center. Supports combining multiple Graph API calls for efficiency.", "type": "text/plain" }, "url": { "path": [ "fd", "msgraph", "beta", "$batch" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"requests\": [\n {\n \"id\": \"string\",\n \"method\": \"string\",\n \"url\": \"string\"\n },\n {\n \"id\": \"string\",\n \"method\": \"string\",\n \"url\": \"string\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "bef91a27-0729-43d5-aa35-9d91eb140b4a", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "msgraph", "beta", "$batch" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"requests\": [\n {\n \"id\": \"string\",\n \"method\": \"string\",\n \"url\": \"string\"\n },\n {\n \"id\": \"string\",\n \"method\": \"string\",\n \"url\": \"string\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"responses\": [\n {\n \"id\": \"string\",\n \"status\": 2124,\n \"body\": {}\n },\n {\n \"id\": \"string\",\n \"status\": 7499,\n \"body\": {}\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c0623522-f57e-401d-922e-e8a55d56609e", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "msgraph", "beta", "$batch" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"requests\": [\n {\n \"id\": \"string\",\n \"method\": \"string\",\n \"url\": \"string\"\n },\n {\n \"id\": \"string\",\n \"method\": \"string\",\n \"url\": \"string\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fc8036db-c7a9-4834-9b2c-4a5a3f1748b3", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "msgraph", "beta", "$batch" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"requests\": [\n {\n \"id\": \"string\",\n \"method\": \"string\",\n \"url\": \"string\"\n },\n {\n \"id\": \"string\",\n \"method\": \"string\",\n \"url\": \"string\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4cd9cf4b-7c56-418b-8e44-d2d866564fc1", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "msgraph", "beta", "$batch" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"requests\": [\n {\n \"id\": \"string\",\n \"method\": \"string\",\n \"url\": \"string\"\n },\n {\n \"id\": \"string\",\n \"method\": \"string\",\n \"url\": \"string\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "purview", "description": "", "item": [ { "name": "apiproxy", "description": "", "item": [ { "name": "di", "description": "", "item": [ { "name": "find", "description": "", "item": [ { "name": "PurviewForAI", "description": "", "item": [ { "id": "acd1d8aa-e378-4eee-9383-fee8b8c92fa4", "name": "Get Purview for AI findings", "request": { "name": "Get Purview for AI findings", "description": { "content": "Retrieve Purview for AI findings and compliance status. Used by the admin center to display AI compliance and governance settings including oversharing and data leak recommendations.", "type": "text/plain" }, "url": { "path": [ "fd", "purview", "apiproxy", "di", "find", "PurviewForAI" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The tenant ID to query.", "type": "text/plain" }, "key": "tenantId", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "OData-style filter expression for narrowing results.", "type": "text/plain" }, "key": "filter", "value": "string" }, { "disabled": false, "description": { "content": "Start time for the query period (ISO 8601).", "type": "text/plain" }, "key": "startTime", "value": "1971-02-04T21:26:32.576Z" }, { "disabled": false, "description": { "content": "End time for the query period (ISO 8601).", "type": "text/plain" }, "key": "endTime", "value": "1971-02-04T21:26:32.576Z" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "8f43cab3-1e47-4b34-82ed-57a96f0029cb", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "di", "find", "PurviewForAI" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The tenant ID to query.", "type": "text/plain" }, "key": "tenantId", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "OData-style filter expression for narrowing results.", "type": "text/plain" }, "key": "filter", "value": "string" }, { "disabled": false, "description": { "content": "Start time for the query period (ISO 8601).", "type": "text/plain" }, "key": "startTime", "value": "1971-02-04T21:26:32.576Z" }, { "disabled": false, "description": { "content": "End time for the query period (ISO 8601).", "type": "text/plain" }, "key": "endTime", "value": "1971-02-04T21:26:32.576Z" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9a2847cb-bbec-49f7-93ae-5518d7435c1c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "di", "find", "PurviewForAI" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The tenant ID to query.", "type": "text/plain" }, "key": "tenantId", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "OData-style filter expression for narrowing results.", "type": "text/plain" }, "key": "filter", "value": "string" }, { "disabled": false, "description": { "content": "Start time for the query period (ISO 8601).", "type": "text/plain" }, "key": "startTime", "value": "1971-02-04T21:26:32.576Z" }, { "disabled": false, "description": { "content": "End time for the query period (ISO 8601).", "type": "text/plain" }, "key": "endTime", "value": "1971-02-04T21:26:32.576Z" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "87c5181c-e18a-4c34-ba11-675cb5cf6708", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "di", "find", "PurviewForAI" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The tenant ID to query.", "type": "text/plain" }, "key": "tenantId", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "OData-style filter expression for narrowing results.", "type": "text/plain" }, "key": "filter", "value": "string" }, { "disabled": false, "description": { "content": "Start time for the query period (ISO 8601).", "type": "text/plain" }, "key": "startTime", "value": "1971-02-04T21:26:32.576Z" }, { "disabled": false, "description": { "content": "End time for the query period (ISO 8601).", "type": "text/plain" }, "key": "endTime", "value": "1971-02-04T21:26:32.576Z" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6d517121-5d17-47ad-8016-71771af40872", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "di", "find", "PurviewForAI" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The tenant ID to query.", "type": "text/plain" }, "key": "tenantId", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "OData-style filter expression for narrowing results.", "type": "text/plain" }, "key": "filter", "value": "string" }, { "disabled": false, "description": { "content": "Start time for the query period (ISO 8601).", "type": "text/plain" }, "key": "startTime", "value": "1971-02-04T21:26:32.576Z" }, { "disabled": false, "description": { "content": "End time for the query period (ISO 8601).", "type": "text/plain" }, "key": "endTime", "value": "1971-02-04T21:26:32.576Z" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "DlpCompliancePolicy", "description": "", "item": [ { "id": "d539f82d-8b7a-4368-9011-379db1e1cc1f", "name": "Get DLP compliance policies", "request": { "name": "Get DLP compliance policies", "description": { "content": "Retrieve Data Loss Prevention (DLP) compliance policies configured in Microsoft Purview.", "type": "text/plain" }, "url": { "path": [ "fd", "purview", "apiproxy", "di", "find", "DlpCompliancePolicy" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The tenant ID to query.", "type": "text/plain" }, "key": "tenantId", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "OData-style filter expression for narrowing results.", "type": "text/plain" }, "key": "filter", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "46a27443-1f4b-47ce-ad05-a62db51c7d89", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "di", "find", "DlpCompliancePolicy" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The tenant ID to query.", "type": "text/plain" }, "key": "tenantId", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "OData-style filter expression for narrowing results.", "type": "text/plain" }, "key": "filter", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e91d9ef2-1637-4007-a55b-3906838763cd", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "di", "find", "DlpCompliancePolicy" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The tenant ID to query.", "type": "text/plain" }, "key": "tenantId", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "OData-style filter expression for narrowing results.", "type": "text/plain" }, "key": "filter", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8786c49f-1fde-4b99-ab6f-dd7be2ab863a", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "di", "find", "DlpCompliancePolicy" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The tenant ID to query.", "type": "text/plain" }, "key": "tenantId", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "OData-style filter expression for narrowing results.", "type": "text/plain" }, "key": "filter", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ea976f89-830f-46b3-9d1f-05441ae57ade", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "di", "find", "DlpCompliancePolicy" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The tenant ID to query.", "type": "text/plain" }, "key": "tenantId", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "OData-style filter expression for narrowing results.", "type": "text/plain" }, "key": "filter", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "DlpSensitiveInformationType", "description": "", "item": [ { "id": "af2e2ea2-13e4-49b9-b8e1-9f42b3f82884", "name": "Get DLP sensitive information types", "request": { "name": "Get DLP sensitive information types", "description": { "content": "Retrieve the list of sensitive information types configured in Microsoft Purview DLP.", "type": "text/plain" }, "url": { "path": [ "fd", "purview", "apiproxy", "di", "find", "DlpSensitiveInformationType" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The tenant ID to query.", "type": "text/plain" }, "key": "tenantId", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "6b50e5a1-8ed0-4f47-9a73-a410a45d3e9b", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "di", "find", "DlpSensitiveInformationType" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The tenant ID to query.", "type": "text/plain" }, "key": "tenantId", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ead1067f-5ce1-456b-b315-dbf88efcd613", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "di", "find", "DlpSensitiveInformationType" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The tenant ID to query.", "type": "text/plain" }, "key": "tenantId", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f261b0c2-3f6e-43cb-8702-99e093dde137", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "di", "find", "DlpSensitiveInformationType" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The tenant ID to query.", "type": "text/plain" }, "key": "tenantId", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3c66d66f-e32a-404e-a3b2-23a40a92abb0", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "di", "find", "DlpSensitiveInformationType" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The tenant ID to query.", "type": "text/plain" }, "key": "tenantId", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "cpm", "description": "", "item": [ { "name": "v1.0", "description": "", "item": [ { "name": "Tenant", "description": "", "item": [ { "name": "AIBaselineSummary", "description": "", "item": [ { "id": "448668c9-d682-4ca5-ba85-1be1caa26d27", "name": "Get AI baseline summary", "request": { "name": "Get AI baseline summary", "description": { "content": "Retrieve the AI baseline summary from Purview Compliance Policy Manager, showing the tenant compliance posture for AI workloads. Requires Purview context headers (tenantid, x-tid, client-type, client-version).", "type": "text/plain" }, "url": { "path": [ "fd", "purview", "apiproxy", "cpm", "v1.0", "Tenant", "AIBaselineSummary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "disabled": false, "description": { "content": "The tenant ID (Purview context header).", "type": "text/plain" }, "key": "tenantid", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "The tenant ID (alternative Purview context header).", "type": "text/plain" }, "key": "x-tid", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "The client type.", "type": "text/plain" }, "key": "client-type", "value": "purview" }, { "disabled": false, "description": { "content": "The client version.", "type": "text/plain" }, "key": "client-version", "value": "1.0.2774.1" }, { "disabled": false, "description": { "content": "A unique request correlation ID.", "type": "text/plain" }, "key": "client-request-id", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "7fe94217-6945-4150-84c6-d61bb5e62df5", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "cpm", "v1.0", "Tenant", "AIBaselineSummary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "disabled": false, "description": { "content": "The tenant ID (Purview context header).", "type": "text/plain" }, "key": "tenantid", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "The tenant ID (alternative Purview context header).", "type": "text/plain" }, "key": "x-tid", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "The client type.", "type": "text/plain" }, "key": "client-type", "value": "purview" }, { "disabled": false, "description": { "content": "The client version.", "type": "text/plain" }, "key": "client-version", "value": "1.0.2774.1" }, { "disabled": false, "description": { "content": "A unique request correlation ID.", "type": "text/plain" }, "key": "client-request-id", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "14e59faa-9009-4116-9f06-16385450aa1a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "cpm", "v1.0", "Tenant", "AIBaselineSummary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "disabled": false, "description": { "content": "The tenant ID (Purview context header).", "type": "text/plain" }, "key": "tenantid", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "The tenant ID (alternative Purview context header).", "type": "text/plain" }, "key": "x-tid", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "The client type.", "type": "text/plain" }, "key": "client-type", "value": "purview" }, { "disabled": false, "description": { "content": "The client version.", "type": "text/plain" }, "key": "client-version", "value": "1.0.2774.1" }, { "disabled": false, "description": { "content": "A unique request correlation ID.", "type": "text/plain" }, "key": "client-request-id", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1ea4eae5-eee9-4896-9018-730c28346995", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "cpm", "v1.0", "Tenant", "AIBaselineSummary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "disabled": false, "description": { "content": "The tenant ID (Purview context header).", "type": "text/plain" }, "key": "tenantid", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "The tenant ID (alternative Purview context header).", "type": "text/plain" }, "key": "x-tid", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "The client type.", "type": "text/plain" }, "key": "client-type", "value": "purview" }, { "disabled": false, "description": { "content": "The client version.", "type": "text/plain" }, "key": "client-version", "value": "1.0.2774.1" }, { "disabled": false, "description": { "content": "A unique request correlation ID.", "type": "text/plain" }, "key": "client-request-id", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3215425b-18ed-40a9-93ba-743ad0c3a0cc", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "purview", "apiproxy", "cpm", "v1.0", "Tenant", "AIBaselineSummary" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "disabled": false, "description": { "content": "The tenant ID (Purview context header).", "type": "text/plain" }, "key": "tenantid", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "The tenant ID (alternative Purview context header).", "type": "text/plain" }, "key": "x-tid", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "disabled": false, "description": { "content": "The client type.", "type": "text/plain" }, "key": "client-type", "value": "purview" }, { "disabled": false, "description": { "content": "The client version.", "type": "text/plain" }, "key": "client-version", "value": "1.0.2774.1" }, { "disabled": false, "description": { "content": "A unique request correlation ID.", "type": "text/plain" }, "key": "client-request-id", "value": "d3e3f116-d85c-2808-ccfd-d2cf7572488d" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] } ] }, { "name": "api", "description": "", "item": [ { "name": "boot", "description": "", "item": [ { "name": "getNexusBootInfo", "description": "", "item": [ { "id": "832b0211-686c-48b3-b375-dd3160be5587", "name": "Get Nexus boot info", "request": { "name": "Get Nexus boot info", "description": { "content": "Retrieve the Purview Nexus portal bootstrap information, including available features and service endpoints.", "type": "text/plain" }, "url": { "path": [ "fd", "purview", "api", "boot", "getNexusBootInfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "4f7d3a2b-5e1d-4669-89b3-b9e0a84715bd", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "purview", "api", "boot", "getNexusBootInfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c8be034d-d1ae-4ceb-82ec-865a0e2b6dc0", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "purview", "api", "boot", "getNexusBootInfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3ddc79db-12ca-450d-b1fb-835a7316c40c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "purview", "api", "boot", "getNexusBootInfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5b64fbbf-76b3-44ee-8ece-3c8de230f68e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "purview", "api", "boot", "getNexusBootInfo" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "edgeenterprisesitemanagement", "description": "", "item": [ { "name": "api", "description": "", "item": [ { "name": "v2", "description": "", "item": [ { "name": "emiesitelists", "description": "", "item": [ { "id": "4de340c9-adc6-4d80-b800-9727e6e5d25d", "name": "Get Edge IE mode site lists", "request": { "name": "Get Edge IE mode site lists", "description": { "content": "Retrieve the Enterprise Mode IE site lists configured for Microsoft Edge, including sites that require IE mode compatibility.", "type": "text/plain" }, "url": { "path": [ "fd", "edgeenterprisesitemanagement", "api", "v2", "emiesitelists" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c4847ca4-ab87-4da0-abac-9dd1ef050d1d", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "edgeenterprisesitemanagement", "api", "v2", "emiesitelists" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "eef18a58-bb23-4af4-badf-fb261748fb7d", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "edgeenterprisesitemanagement", "api", "v2", "emiesitelists" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ffcb5b0a-e204-4fed-8b82-cae1acde5985", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "edgeenterprisesitemanagement", "api", "v2", "emiesitelists" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "00e0c8c1-b3db-4829-9678-953972505cd9", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "edgeenterprisesitemanagement", "api", "v2", "emiesitelists" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "edgeenterpriseextensionsmanagement", "description": "", "item": [ { "name": "api", "description": "", "item": [ { "name": "policies", "description": "", "item": [ { "id": "9d1e666d-6ff0-487e-891e-bf5b986073b1", "name": "Get Edge extension policies", "request": { "name": "Get Edge extension policies", "description": { "content": "Retrieve the Microsoft Edge extension management policies, including allowed/blocked extensions and installation policies.", "type": "text/plain" }, "url": { "path": [ "fd", "edgeenterpriseextensionsmanagement", "api", "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "2163eebf-778b-44df-88e7-4044cf81c29c", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "edgeenterpriseextensionsmanagement", "api", "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "[]", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6ea528f1-3008-432e-af43-a32b2232edf8", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "edgeenterpriseextensionsmanagement", "api", "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a415b4bf-e8e4-4829-8381-c0a9889c72e5", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "edgeenterpriseextensionsmanagement", "api", "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "12b4fe6a-0a7a-44ed-8ff9-db7b7e66b7e9", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "edgeenterpriseextensionsmanagement", "api", "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "OfficePolicyAdmin", "description": "", "item": [ { "name": "v1.0", "description": "", "item": [ { "name": "edge", "description": "", "item": [ { "name": "policies", "description": "", "item": [ { "id": "e3b25659-7255-407f-93ed-70e085e2c40a", "name": "Get Edge browser policies", "request": { "name": "Get Edge browser policies", "description": { "content": "Retrieve the Microsoft Edge browser policies managed through the Office Policy Admin service.", "type": "text/plain" }, "url": { "path": [ "fd", "OfficePolicyAdmin", "v1.0", "edge", "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "802a8049-5b3e-4b48-b307-1a6edf775414", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "OfficePolicyAdmin", "v1.0", "edge", "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c1a2e21c-3374-486a-9f8d-83a24394c464", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "OfficePolicyAdmin", "v1.0", "edge", "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ac9e5b1d-117a-4c08-b7e9-d9f50de63af6", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "OfficePolicyAdmin", "v1.0", "edge", "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bd59120a-5a60-49e8-85f1-f273e30cda60", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "OfficePolicyAdmin", "v1.0", "edge", "policies" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "addins", "description": "", "item": [ { "name": "api", "description": "", "item": [ { "name": "apps", "description": "", "item": [ { "id": "0e9776d8-47cc-4786-8b5a-1d28cca0278f", "name": "Get integrated apps", "request": { "name": "Get integrated apps", "description": { "content": "Retrieve the list of integrated apps (add-ins) deployed in the tenant.", "type": "text/plain" }, "url": { "path": [ "fd", "addins", "api", "apps" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Comma-separated list of workloads to filter apps by. Known values: AzureActiveDirectory, WXPO, MetaOS, SharePoint.", "type": "text/plain" }, "key": "workloads", "value": "AzureActiveDirectory,WXPO,MetaOS,SharePoint" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "387a8e45-f3c8-4967-a0d4-cfd9ca0e5c8d", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "apps" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Comma-separated list of workloads to filter apps by. Known values: AzureActiveDirectory, WXPO, MetaOS, SharePoint.", "type": "text/plain" }, "key": "workloads", "value": "AzureActiveDirectory,WXPO,MetaOS,SharePoint" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "30edeb0e-0c9a-4e7c-b21a-a7b47f08268c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "apps" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Comma-separated list of workloads to filter apps by. Known values: AzureActiveDirectory, WXPO, MetaOS, SharePoint.", "type": "text/plain" }, "key": "workloads", "value": "AzureActiveDirectory,WXPO,MetaOS,SharePoint" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9212a871-e867-4adc-b537-7977715b6832", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "apps" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Comma-separated list of workloads to filter apps by. Known values: AzureActiveDirectory, WXPO, MetaOS, SharePoint.", "type": "text/plain" }, "key": "workloads", "value": "AzureActiveDirectory,WXPO,MetaOS,SharePoint" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "19480e59-b170-4123-b1de-e81abd0f61f6", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "apps" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Comma-separated list of workloads to filter apps by. Known values: AzureActiveDirectory, WXPO, MetaOS, SharePoint.", "type": "text/plain" }, "key": "workloads", "value": "AzureActiveDirectory,WXPO,MetaOS,SharePoint" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "agents", "description": "", "item": [ { "id": "74f44bb4-ab8e-4c02-af97-e71209ead332", "name": "Get deployed agents", "request": { "name": "Get deployed agents", "description": { "content": "Retrieve the list of agents deployed through the integrated apps platform.", "type": "text/plain" }, "url": { "path": [ "fd", "addins", "api", "agents" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Workload filter for agents.", "type": "text/plain" }, "key": "workloads", "value": "SharedAgent" }, { "disabled": false, "description": { "content": "Scope filter for agents.", "type": "text/plain" }, "key": "scopes", "value": "Shared" }, { "disabled": false, "description": { "content": "Maximum number of agents to return.", "type": "text/plain" }, "key": "limit", "value": "200" }, { "disabled": false, "description": { "content": "Filter by creator ID. Use 'none' for all creators.", "type": "text/plain" }, "key": "creatorId", "value": "none" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "6936c892-b11e-463b-8258-7c4895f5914c", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "agents" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Workload filter for agents.", "type": "text/plain" }, "key": "workloads", "value": "SharedAgent" }, { "disabled": false, "description": { "content": "Scope filter for agents.", "type": "text/plain" }, "key": "scopes", "value": "Shared" }, { "disabled": false, "description": { "content": "Maximum number of agents to return.", "type": "text/plain" }, "key": "limit", "value": "200" }, { "disabled": false, "description": { "content": "Filter by creator ID. Use 'none' for all creators.", "type": "text/plain" }, "key": "creatorId", "value": "none" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3a0676a1-0a4e-4ae3-9275-4a4323f99533", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "agents" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Workload filter for agents.", "type": "text/plain" }, "key": "workloads", "value": "SharedAgent" }, { "disabled": false, "description": { "content": "Scope filter for agents.", "type": "text/plain" }, "key": "scopes", "value": "Shared" }, { "disabled": false, "description": { "content": "Maximum number of agents to return.", "type": "text/plain" }, "key": "limit", "value": "200" }, { "disabled": false, "description": { "content": "Filter by creator ID. Use 'none' for all creators.", "type": "text/plain" }, "key": "creatorId", "value": "none" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1164a110-22c4-4c08-b910-ded909bb7671", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "agents" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Workload filter for agents.", "type": "text/plain" }, "key": "workloads", "value": "SharedAgent" }, { "disabled": false, "description": { "content": "Scope filter for agents.", "type": "text/plain" }, "key": "scopes", "value": "Shared" }, { "disabled": false, "description": { "content": "Maximum number of agents to return.", "type": "text/plain" }, "key": "limit", "value": "200" }, { "disabled": false, "description": { "content": "Filter by creator ID. Use 'none' for all creators.", "type": "text/plain" }, "key": "creatorId", "value": "none" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ece3eae8-6bab-4f56-88ee-1371fecbfa09", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "agents" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Workload filter for agents.", "type": "text/plain" }, "key": "workloads", "value": "SharedAgent" }, { "disabled": false, "description": { "content": "Scope filter for agents.", "type": "text/plain" }, "key": "scopes", "value": "Shared" }, { "disabled": false, "description": { "content": "Maximum number of agents to return.", "type": "text/plain" }, "key": "limit", "value": "200" }, { "disabled": false, "description": { "content": "Filter by creator ID. Use 'none' for all creators.", "type": "text/plain" }, "key": "creatorId", "value": "none" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "actionableApps", "description": "", "item": [ { "id": "78e6039a-3a13-4cda-b356-dd870fb71ff6", "name": "Get actionable apps", "request": { "name": "Get actionable apps", "description": { "content": "Retrieve integrated apps that have actionable items requiring admin attention.", "type": "text/plain" }, "url": { "path": [ "fd", "addins", "api", "actionableApps" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Comma-separated workload filter.", "type": "text/plain" }, "key": "workloads", "value": "MetaOS,SharedAgent" }, { "disabled": false, "description": { "content": "Maximum number of apps to return.", "type": "text/plain" }, "key": "limit", "value": "200" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f4a22d15-c500-43e5-bf22-946fef7aca40", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "actionableApps" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Comma-separated workload filter.", "type": "text/plain" }, "key": "workloads", "value": "MetaOS,SharedAgent" }, { "disabled": false, "description": { "content": "Maximum number of apps to return.", "type": "text/plain" }, "key": "limit", "value": "200" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bd1fa4a6-5d3e-47f5-a292-ce88e53746dc", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "actionableApps" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Comma-separated workload filter.", "type": "text/plain" }, "key": "workloads", "value": "MetaOS,SharedAgent" }, { "disabled": false, "description": { "content": "Maximum number of apps to return.", "type": "text/plain" }, "key": "limit", "value": "200" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e1a2ecca-7692-4379-bcfb-daf1e26be9a2", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "actionableApps" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Comma-separated workload filter.", "type": "text/plain" }, "key": "workloads", "value": "MetaOS,SharedAgent" }, { "disabled": false, "description": { "content": "Maximum number of apps to return.", "type": "text/plain" }, "key": "limit", "value": "200" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6c71cbbd-43dd-45e1-980c-0c0f92f4011f", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "actionableApps" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Comma-separated workload filter.", "type": "text/plain" }, "key": "workloads", "value": "MetaOS,SharedAgent" }, { "disabled": false, "description": { "content": "Maximum number of apps to return.", "type": "text/plain" }, "key": "limit", "value": "200" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "availableApps", "description": "", "item": [ { "id": "44fe7841-555d-435b-bac0-60bacca51024", "name": "Get available apps", "request": { "name": "Get available apps", "description": { "content": "Retrieve the list of apps available for deployment from the marketplace.", "type": "text/plain" }, "url": { "path": [ "fd", "addins", "api", "availableApps" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Workload filter.", "type": "text/plain" }, "key": "workloads", "value": "MetaOS" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "139cca68-bfc8-4450-b5ef-5df3a40781f5", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "availableApps" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Workload filter.", "type": "text/plain" }, "key": "workloads", "value": "MetaOS" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "94d19811-1c76-42e5-b35d-a64780cba1b4", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "availableApps" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Workload filter.", "type": "text/plain" }, "key": "workloads", "value": "MetaOS" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7ede061e-d093-4241-8413-c0b7afae3ab7", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "availableApps" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Workload filter.", "type": "text/plain" }, "key": "workloads", "value": "MetaOS" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3c6c2a29-4dfe-46d9-be4e-ba065c2ec301", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "availableApps" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Workload filter.", "type": "text/plain" }, "key": "workloads", "value": "MetaOS" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "recommendations", "description": "", "item": [ { "name": "appRecommendations", "description": "", "item": [ { "id": "1f3bfa4d-f5bb-4064-9b46-1e5ad4028b83", "name": "Get app recommendations", "request": { "name": "Get app recommendations", "description": { "content": "Retrieve recommended apps based on tenant usage patterns and configuration.", "type": "text/plain" }, "url": { "path": [ "fd", "addins", "api", "recommendations", "appRecommendations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Type of recommendation to retrieve.", "type": "text/plain" }, "key": "appRecommendationType", "value": "PopularApps" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "c80498e5-c33d-4751-b6e5-2b4b41c1e1f9", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "recommendations", "appRecommendations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Type of recommendation to retrieve.", "type": "text/plain" }, "key": "appRecommendationType", "value": "PopularApps" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ab7477ab-3975-48a7-9760-1988cdb8d0d4", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "recommendations", "appRecommendations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Type of recommendation to retrieve.", "type": "text/plain" }, "key": "appRecommendationType", "value": "PopularApps" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "05afcad8-af5d-43ca-b61e-7436dd481995", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "recommendations", "appRecommendations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Type of recommendation to retrieve.", "type": "text/plain" }, "key": "appRecommendationType", "value": "PopularApps" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d04a6fa7-b9f9-4ed7-af35-ed4ef9c9110d", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "recommendations", "appRecommendations" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Type of recommendation to retrieve.", "type": "text/plain" }, "key": "appRecommendationType", "value": "PopularApps" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "v2", "description": "", "item": [ { "name": "settings", "description": "", "item": [ { "id": "577246e6-527a-4607-bbc8-fecd11945d5b", "name": "Get integrated apps settings", "request": { "name": "Get integrated apps settings", "description": { "content": "Retrieve the integrated apps platform settings including deployment preferences, policies, and feature flags.", "type": "text/plain" }, "url": { "path": [ "fd", "addins", "api", "v2", "settings" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Comma-separated list of setting keys to retrieve. Known keys: IsTenantEligibleForEntireOrgEmail, AreFirstPartyAppsAllowed, AreThirdPartyAppsAllowed, AreLOBAppsAllowed, AreMicrosoftCertified3PAppsAllowed, MetaOSCopilotExtensibilitySettings, AdminRoles, AllowOrgWideSharing.", "type": "text/plain" }, "key": "keys", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9c2162da-8202-4ba2-87b6-a6d84c8c378a", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "v2", "settings" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Comma-separated list of setting keys to retrieve. Known keys: IsTenantEligibleForEntireOrgEmail, AreFirstPartyAppsAllowed, AreThirdPartyAppsAllowed, AreLOBAppsAllowed, AreMicrosoftCertified3PAppsAllowed, MetaOSCopilotExtensibilitySettings, AdminRoles, AllowOrgWideSharing.", "type": "text/plain" }, "key": "keys", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "07cb3c70-e40a-43b9-b2c5-b75ddd0cd897", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "v2", "settings" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Comma-separated list of setting keys to retrieve. Known keys: IsTenantEligibleForEntireOrgEmail, AreFirstPartyAppsAllowed, AreThirdPartyAppsAllowed, AreLOBAppsAllowed, AreMicrosoftCertified3PAppsAllowed, MetaOSCopilotExtensibilitySettings, AdminRoles, AllowOrgWideSharing.", "type": "text/plain" }, "key": "keys", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bf36ccf6-701b-4ea5-a53f-55818c86df22", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "v2", "settings" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Comma-separated list of setting keys to retrieve. Known keys: IsTenantEligibleForEntireOrgEmail, AreFirstPartyAppsAllowed, AreThirdPartyAppsAllowed, AreLOBAppsAllowed, AreMicrosoftCertified3PAppsAllowed, MetaOSCopilotExtensibilitySettings, AdminRoles, AllowOrgWideSharing.", "type": "text/plain" }, "key": "keys", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "065b9b32-948c-45c2-8987-44c58cea071a", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "addins", "api", "v2", "settings" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Comma-separated list of setting keys to retrieve. Known keys: IsTenantEligibleForEntireOrgEmail, AreFirstPartyAppsAllowed, AreThirdPartyAppsAllowed, AreLOBAppsAllowed, AreMicrosoftCertified3PAppsAllowed, MetaOSCopilotExtensibilitySettings, AdminRoles, AllowOrgWideSharing.", "type": "text/plain" }, "key": "keys", "value": "string" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "enhancedRestorev2", "description": "", "item": [ { "name": "v1", "description": "", "item": [ { "name": "featureSetting", "description": "", "item": [ { "id": "770e3770-2100-4d5c-8dd8-0d7457b15e6e", "name": "Get enhanced restore settings", "request": { "name": "Get enhanced restore settings", "description": { "content": "Retrieve the enhanced restore (v2) feature settings for the tenant, including backup and recovery configurations.", "type": "text/plain" }, "url": { "path": [ "fd", "enhancedRestorev2", "v1", "featureSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9b9dedc5-f318-4c63-bcea-f9cd19270482", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "enhancedRestorev2", "v1", "featureSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "6c6070fc-5c05-471d-8050-fc854e4f619a", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "enhancedRestorev2", "v1", "featureSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5e97a038-caa9-463c-96e1-22e64817a092", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "enhancedRestorev2", "v1", "featureSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8f3ed605-2e38-470c-a974-b13fd67a20d9", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "enhancedRestorev2", "v1", "featureSetting" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "arm", "description": "", "item": [ { "name": "providers", "description": "", "item": [ { "name": "Microsoft.Billing", "description": "", "item": [ { "name": "billingAccounts", "description": "", "item": [ { "id": "ec654d69-35e9-42c7-aa43-53674bb1bdad", "name": "Get ARM billing accounts", "request": { "name": "Get ARM billing accounts", "description": { "content": "Retrieve billing accounts via the Azure Resource Manager (ARM) proxy, providing access to the tenant billing account details.", "type": "text/plain" }, "url": { "path": [ "fd", "arm", "providers", "Microsoft.Billing", "billingAccounts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "ARM API version.", "type": "text/plain" }, "key": "api-version", "value": "2020-05-01" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "6a8c4fd3-619b-46cc-ad22-5d65a40f9bee", "name": "OK", "originalRequest": { "url": { "path": [ "fd", "arm", "providers", "Microsoft.Billing", "billingAccounts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "ARM API version.", "type": "text/plain" }, "key": "api-version", "value": "2020-05-01" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c9a1fee2-c4c9-4673-bd75-85633dc9a998", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "fd", "arm", "providers", "Microsoft.Billing", "billingAccounts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "ARM API version.", "type": "text/plain" }, "key": "api-version", "value": "2020-05-01" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "519900d0-7c29-4392-af6c-d212043b1147", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "fd", "arm", "providers", "Microsoft.Billing", "billingAccounts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "ARM API version.", "type": "text/plain" }, "key": "api-version", "value": "2020-05-01" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2e7e5364-0ff8-40e7-8b31-22a6de6d1a7e", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "fd", "arm", "providers", "Microsoft.Billing", "billingAccounts" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "ARM API version.", "type": "text/plain" }, "key": "api-version", "value": "2020-05-01" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] } ] }, { "name": "_api", "description": "", "item": [ { "name": "v2.1", "description": "", "item": [ { "name": "billingPolicies", "description": "", "item": [ { "id": "96e6dc90-5a18-4cc8-ac61-595b20fb05f9", "name": "Get SharePoint billing policies", "request": { "name": "Get SharePoint billing policies", "description": { "content": "Retrieve the SharePoint pay-as-you-go billing policies for the tenant. These control metered billing for SharePoint services.", "type": "text/plain" }, "url": { "path": [ "_api", "v2.1", "billingPolicies" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Filter billing policies by feature (e.g., M365CopilotChat).", "type": "text/plain" }, "key": "feature", "value": "string" }, { "disabled": false, "description": { "content": "Include budget information in the response.", "type": "text/plain" }, "key": "budgets", "value": "false" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "4bafccd7-3c7f-4c16-ab69-e73669c84f76", "name": "OK", "originalRequest": { "url": { "path": [ "_api", "v2.1", "billingPolicies" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Filter billing policies by feature (e.g., M365CopilotChat).", "type": "text/plain" }, "key": "feature", "value": "string" }, { "disabled": false, "description": { "content": "Include budget information in the response.", "type": "text/plain" }, "key": "budgets", "value": "false" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "91fb8e84-cbdb-4a06-8054-5815bf8d394c", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "_api", "v2.1", "billingPolicies" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Filter billing policies by feature (e.g., M365CopilotChat).", "type": "text/plain" }, "key": "feature", "value": "string" }, { "disabled": false, "description": { "content": "Include budget information in the response.", "type": "text/plain" }, "key": "budgets", "value": "false" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "df69e6f2-a92f-49d0-b297-16202657a21c", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "_api", "v2.1", "billingPolicies" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Filter billing policies by feature (e.g., M365CopilotChat).", "type": "text/plain" }, "key": "feature", "value": "string" }, { "disabled": false, "description": { "content": "Include budget information in the response.", "type": "text/plain" }, "key": "budgets", "value": "false" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "034e9328-d6dd-48af-8ee8-03e99eb3bfd8", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "_api", "v2.1", "billingPolicies" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Filter billing policies by feature (e.g., M365CopilotChat).", "type": "text/plain" }, "key": "feature", "value": "string" }, { "disabled": false, "description": { "content": "Include budget information in the response.", "type": "text/plain" }, "key": "budgets", "value": "false" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "billingFeatures", "description": "", "item": [ { "id": "4015f66f-e7ef-4599-9a4e-e870af684c4d", "name": "Get SharePoint billing features", "request": { "name": "Get SharePoint billing features", "description": { "content": "Retrieve the available billing features for SharePoint pay-as-you-go services.", "type": "text/plain" }, "url": { "path": [ "_api", "v2.1", "billingFeatures" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "d8b9099f-894c-46ef-bea6-132d4489d2a8", "name": "OK", "originalRequest": { "url": { "path": [ "_api", "v2.1", "billingFeatures" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f99b5107-372f-45bd-b82f-31ddcbd1b4da", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "_api", "v2.1", "billingFeatures" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "467082bd-4f94-4f50-933c-36d4636e0a0e", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "_api", "v2.1", "billingFeatures" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9ca39325-0321-4c5a-b3e0-bf276dfe4a32", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "_api", "v2.1", "billingFeatures" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "copilot", "description": "", "item": [ { "name": "capacitypack", "description": "", "item": [ { "name": "checkUsage", "description": "", "item": [ { "id": "4bdac8f2-d003-48d7-af7f-dcea44fb7ecd", "name": "Check Copilot capacity pack usage", "request": { "name": "Check Copilot capacity pack usage", "description": { "content": "Check the Copilot capacity pack usage for SharePoint, including consumed and available capacity units.", "type": "text/plain" }, "url": { "path": [ "_api", "v2.1", "copilot", "capacitypack", "checkUsage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "20064c02-64a6-470f-9bf5-99de135468a0", "name": "OK", "originalRequest": { "url": { "path": [ "_api", "v2.1", "copilot", "capacitypack", "checkUsage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5175fc97-85ae-4d03-adb9-dbc7e862dced", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "_api", "v2.1", "copilot", "capacitypack", "checkUsage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3270694a-0e38-4521-87a4-0a6a35c7e6f5", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "_api", "v2.1", "copilot", "capacitypack", "checkUsage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c3951399-97fd-43d5-bc15-305f44951878", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "_api", "v2.1", "copilot", "capacitypack", "checkUsage" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ] }, { "name": "SPOInternalUseOnly.TenantAdminSettings", "description": "", "item": [ { "name": "AutoQuotaEnabled", "description": "", "item": [ { "id": "013cb3a4-ac64-4d0a-8a37-fa43657ba97e", "name": "Get auto quota setting", "request": { "name": "Get auto quota setting", "description": { "content": "Retrieve whether automatic storage quota management is enabled for SharePoint Online sites.", "type": "text/plain" }, "url": { "path": [ "_api", "SPOInternalUseOnly.TenantAdminSettings", "AutoQuotaEnabled" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e929f760-ffc2-46ca-a59b-4ba9f1ab2001", "name": "OK", "originalRequest": { "url": { "path": [ "_api", "SPOInternalUseOnly.TenantAdminSettings", "AutoQuotaEnabled" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"value\": false\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c9ef4f07-f377-4216-9eef-09849e275544", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "_api", "SPOInternalUseOnly.TenantAdminSettings", "AutoQuotaEnabled" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "da49361e-7836-4dbe-8b32-cd4c888a2852", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "_api", "SPOInternalUseOnly.TenantAdminSettings", "AutoQuotaEnabled" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "da60b415-fb24-421d-a904-96b71b4782a8", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "_api", "SPOInternalUseOnly.TenantAdminSettings", "AutoQuotaEnabled" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] }, { "name": "spo.tenant", "description": "", "item": [ { "name": "GetBrandCenterConfiguration", "description": "", "item": [ { "id": "396ee768-49fa-4966-8aa1-14d0e5cef54c", "name": "Get Brand Center configuration", "request": { "name": "Get Brand Center configuration", "description": { "content": "Retrieve the SharePoint Brand Center configuration, including brand assets and organization-level branding settings.", "type": "text/plain" }, "url": { "path": [ "_api", "spo.tenant", "GetBrandCenterConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e76e21f9-df4e-47ec-8daf-7ded33d48d5b", "name": "OK", "originalRequest": { "url": { "path": [ "_api", "spo.tenant", "GetBrandCenterConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0dfde027-44d8-4abd-8344-ecbcf09ba883", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "_api", "spo.tenant", "GetBrandCenterConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "af4aa997-8d5a-464a-b845-f34df842077b", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "_api", "spo.tenant", "GetBrandCenterConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dc4c000d-5930-4993-9fa9-ac2f4ba960ef", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "_api", "spo.tenant", "GetBrandCenterConfiguration" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] }, { "name": "adminportal", "description": "", "item": [ { "name": "home", "description": "", "item": [ { "name": "ClassicModernAdminDataStream", "description": "", "item": [ { "id": "a010f62f-50c0-4a6a-945f-a81d0ba53a2e", "name": "Get admin home data stream", "request": { "name": "Get admin home data stream", "description": { "content": "Retrieve the admin home page data stream, providing dashboard information including service health, message center items, and quick actions.", "type": "text/plain" }, "url": { "path": [ "adminportal", "home", "ClassicModernAdminDataStream" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The referring page path.", "type": "text/plain" }, "key": "ref", "value": "/homepage" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "1be112b7-6099-49a4-a1dd-5851a170e639", "name": "OK", "originalRequest": { "url": { "path": [ "adminportal", "home", "ClassicModernAdminDataStream" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The referring page path.", "type": "text/plain" }, "key": "ref", "value": "/homepage" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3e9c5f31-e1c7-4931-b879-ddfe7a6c29ac", "name": "Unauthorized - Authentication is required or has failed.", "originalRequest": { "url": { "path": [ "adminportal", "home", "ClassicModernAdminDataStream" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The referring page path.", "type": "text/plain" }, "key": "ref", "value": "/homepage" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5bad5a6f-8cf6-461c-a693-6206c355c6dd", "name": "Forbidden - The authenticated user does not have sufficient permissions.", "originalRequest": { "url": { "path": [ "adminportal", "home", "ClassicModernAdminDataStream" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The referring page path.", "type": "text/plain" }, "key": "ref", "value": "/homepage" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "375b9937-ed54-4640-8bfa-11d5f215f522", "name": "Not Found - The requested resource was not found.", "originalRequest": { "url": { "path": [ "adminportal", "home", "ClassicModernAdminDataStream" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The referring page path.", "type": "text/plain" }, "key": "ref", "value": "/homepage" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"error\": {\n \"code\": \"BadRequest\",\n \"message\": \"The request is invalid.\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ] } ] } ], "auth": { "type": "apikey", "apikey": [ { "type": "any", "value": "AjaxSessionKey", "key": "key" }, { "type": "any", "value": "{{apiKey}}", "key": "value" }, { "type": "any", "value": "header", "key": "in" } ] }, "event": [], "variable": [ { "key": "baseUrl", "value": "https://admin.cloud.microsoft" } ], "info": { "_postman_id": "0b15399b-bd97-4cca-bf63-227c426bf710", "name": "M365 Admin", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "The M365 Admin API is used by the Microsoft 365 Admin Center portal (admin.cloud.microsoft) for managing Microsoft 365 tenant settings, including:\n\n - Copilot Settings and Policies\n - Agent Management\n - Application Settings\n - Company and Organization Settings\n - Security Settings\n - Reports and Analytics\n - Search Configuration\n - Users and Groups\n - Tenant and Billing Management\n - Integrated Apps\n - Content Understanding\n - Viva Settings\n\nThese APIs are accessed through the admin portal and use session-based authentication with portal-specific headers.\nThey are used internally by the M365 Admin Center and are not officially documented by Microsoft.\n\n**Architecture note:** Unlike the Defender XDR and Purview portals which share several backend services\n(e.g., `/di/`, `/gws/`, `/medeina/`, `/msgraph/`), the M365 Admin Center uses its own isolated API layer\nunder `/admin/api/`. Some Microsoft Graph operations are proxied through `/fd/msgraph/` endpoints but\nthese use a separate federated proxy rather than the shared `/apiproxy/` layer used by XDR and Purview.\n\nThe following custom headers are required for most requests:\n\n| Header | Description | Example |\n| --- | --- | --- |\n| `AjaxSessionKey` | Portal session key | (from portal bootstrap) |\n| `x-portal-routekey` | Portal routing key | (from portal bootstrap) |\n| `x-adminapp-request` | Admin app context path | `/homepage` |\n| `x-ms-mac-appid` | Admin portal application ID | `f00c5fa5-eee4-4f57-88fa-c082d83b3c94` |\n| `x-ms-mac-hostingapp` | Hosting application name | `M365AdminPortal` |\n\nDocumentation and specifications have been provided on a best efforts basis and may not be 100% accurate.\n", "type": "text/plain" } } }