Skip to main content

Edit Organization Customization​

This operation updates Customization for Companies.

customizeCSS : CSS Script to Customize Command Center

isSameLogo : Use the same logo on the login page as well as on Command Center Header

Note: This API is available starting FR25

Convert the image contents to base64 and use it in payloads for customizing Logo, BackGround, Header Bar, Favicon Icon. Check examples for more details​

Path Parameters
  • organizationId string required
Request Body
  • organizationInfo object
  • organization object
  • shortName object
  • id integer required

    Company ID . 0 for MSP Commcell

  • organizationProperties object
  • customization string required

    A JSON string containing customization settings for the organization. Example customization settings include login banner colors, header styles, and CSS overrides.

Responses

OK

Loading...