Update organization | Comp AI API
Partially updates the authenticated organization. Only provided fields will be updated.
Authorizations
API key for authentication
Body
Organization update data
Organization name
"New Acme Corporation"
Organization slug
"new-acme-corp"
Organization logo URL
"https://example.com/logo.png"
Additional metadata in JSON format
"{\"theme\": \"dark\", \"preferences\": {}}"
Organization website URL
"https://acme-corp.com"
Whether onboarding is completed
true
FleetDM label ID for device management
123
Whether FleetDM setup is completed
false
Organization primary color in hex format
"#3B82F6"
Whether advanced mode is enabled for the organization
false
Whether the background-check step is required during member onboarding. Set to false to turn off the "Require background checks" setting; true to require it.
true
Whether evidence requires approval before it is accepted.
false
Whether the device-agent step is enabled during member onboarding.
true
Whether the security-training step is enabled during member onboarding.
true
Whether the whistleblower reporting feature is enabled.
true
Whether the trust-portal access request form is enabled.
true
Response
Organization updated successfully
The organization ID
"org_abc123def456"
Organization name
"New Acme Corporation"
Organization slug
"new-acme-corp"
Organization logo URL
"https://example.com/logo.png"
Additional metadata in JSON format
"{\"theme\": \"dark\", \"preferences\": {}}"
Organization website URL
"https://acme-corp.com"
Whether onboarding is completed
true
Whether organization has access to the platform
true
FleetDM label ID for device management
123
Whether FleetDM setup is completed
false
Organization primary color in hex format
"#3B82F6"
When the organization was created
How the request was authenticated
api-key, session 
