{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin organization.organizationalBranding API", "version": "1.0.0" }, "items": [ { "info": { "name": "organization.organizationalBranding", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get organizationalBranding", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default br" }, { "info": { "name": "Microsoft Graph Update organizationalBranding", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of the default branding object specified by the organizationalBranding resource." }, { "info": { "name": "Microsoft Graph Delete organizationalBranding", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "Delete the default organizational branding object. To delete the organizationalBranding object, all images (Stream types) must first be removed from the object." }, { "info": { "name": "Microsoft Graph Get backgroundImage for the navigation property branding from organization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/backgroundImage", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster." }, { "info": { "name": "Microsoft Graph Update backgroundImage for the navigation property branding in organization", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/backgroundImage", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster." }, { "info": { "name": "Microsoft Graph Delete backgroundImage for the navigation property branding in organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/backgroundImage", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster." }, { "info": { "name": "Microsoft Graph Get bannerLogo for the navigation property branding from organization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/bannerLogo", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Update bannerLogo for the navigation property branding in organization", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/bannerLogo", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Delete bannerLogo for the navigation property branding in organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/bannerLogo", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Get customCSS for the navigation property branding from organization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/customCSS", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB." }, { "info": { "name": "Microsoft Graph Update customCSS for the navigation property branding in organization", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/customCSS", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB." }, { "info": { "name": "Microsoft Graph Delete customCSS for the navigation property branding in organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/customCSS", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB." }, { "info": { "name": "Microsoft Graph Get favicon for the navigation property branding from organization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/favicon", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant." }, { "info": { "name": "Microsoft Graph Update favicon for the navigation property branding in organization", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/favicon", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant." }, { "info": { "name": "Microsoft Graph Delete favicon for the navigation property branding in organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/favicon", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant." }, { "info": { "name": "Microsoft Graph Get headerLogo for the navigation property branding from organization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/headerLogo", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Update headerLogo for the navigation property branding in organization", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/headerLogo", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Delete headerLogo for the navigation property branding in organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/headerLogo", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph List localizations", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve all localization branding objects, including the default branding." }, { "info": { "name": "Microsoft Graph Create organizationalBrandingLocalization", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new organizationalBrandingLocalization object. This creates a localized branding and at the same time, the default branding if it doesn't exist. The default branding is created only once. It's loaded when a localized branding isn't configured for the user's browser language. To retrieve the default branding, see Get branding." }, { "info": { "name": "Microsoft Graph Get organizationalBrandingLocalization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL." }, { "info": { "name": "Microsoft Graph Update organizationalBrandingLocalization", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an organizationalBrandingLocalization object for a specific localization." }, { "info": { "name": "Microsoft Graph Delete organizationalBrandingLocalization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "Delete a localized branding object. To delete the organizationalBrandingLocalization object, all images (Stream types) must first be removed from the object." }, { "info": { "name": "Microsoft Graph Get backgroundImage for the navigation property localizations from organization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/backgroundImage", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster." }, { "info": { "name": "Microsoft Graph Update backgroundImage for the navigation property localizations in organization", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/backgroundImage", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster." }, { "info": { "name": "Microsoft Graph Delete backgroundImage for the navigation property localizations in organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/backgroundImage", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster." }, { "info": { "name": "Microsoft Graph Get organizationalBranding", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/bannerLogo", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default br" }, { "info": { "name": "Microsoft Graph Update organizationalBrandingLocalization", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/bannerLogo", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "Update the properties of an organizationalBrandingLocalization object for a specific localization." }, { "info": { "name": "Microsoft Graph Delete bannerLogo for the navigation property localizations in organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/bannerLogo", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Get customCSS for the navigation property localizations from organization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/customCSS", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB." }, { "info": { "name": "Microsoft Graph Update customCSS for the navigation property localizations in organization", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/customCSS", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB." }, { "info": { "name": "Microsoft Graph Delete customCSS for the navigation property localizations in organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/customCSS", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB." }, { "info": { "name": "Microsoft Graph Get favicon for the navigation property localizations from organization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/favicon", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant." }, { "info": { "name": "Microsoft Graph Update favicon for the navigation property localizations in organization", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/favicon", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant." }, { "info": { "name": "Microsoft Graph Delete favicon for the navigation property localizations in organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/favicon", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant." }, { "info": { "name": "Microsoft Graph Get headerLogo for the navigation property localizations from organization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/headerLogo", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Update headerLogo for the navigation property localizations in organization", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/headerLogo", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Delete headerLogo for the navigation property localizations in organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/headerLogo", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Get squareLogo for the navigation property localizations from organization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/squareLogo", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Update squareLogo for the navigation property localizations in organization", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/squareLogo", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Delete squareLogo for the navigation property localizations in organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/squareLogo", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Get squareLogoDark for the navigation property localizations from organization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/squareLogoDark", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Update squareLogoDark for the navigation property localizations in organization", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/squareLogoDark", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Delete squareLogoDark for the navigation property localizations in organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/:organizationalBrandingLocalization-id/squareLogoDark", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "organizationalBrandingLocalization-id", "value": "", "type": "path", "description": "The unique identifier of organizationalBrandingLocalization" } ] }, "docs": "A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/localizations/$count", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get squareLogo for the navigation property branding from organization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/squareLogo", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Update squareLogo for the navigation property branding in organization", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/squareLogo", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Delete squareLogo for the navigation property branding in organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/squareLogo", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Get squareLogoDark for the navigation property branding from organization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/squareLogoDark", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Update squareLogoDark for the navigation property branding in organization", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/squareLogoDark", "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo." }, { "info": { "name": "Microsoft Graph Delete squareLogoDark for the navigation property branding in organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/organization/:organization-id/branding/squareLogoDark", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "organization-id", "value": "", "type": "path", "description": "The unique identifier of organization" } ] }, "docs": "A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo." } ] } ], "bundled": true }