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 FR25Convert 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
- application/json
Request Body
organizationInfo object
organization object
shortName object
id integer requiredCompany ID . 0 for MSP Commcell
organizationProperties object
customization string requiredA JSON string containing customization settings for the organization. Example customization settings include login banner colors, header styles, and CSS overrides.
Responses
- 200
OK
Loading...