Partially updates the authenticated organization. Only provided fields will be updated. Supports both API key authentication (X-API-Key header) and session authentication (cookies + X-Organization-Id header).
API key for authentication
Organization ID (required for session auth, optional for API key auth)
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
Whether organization has access to the platform
true
FleetDM label ID for device management
123
Whether FleetDM setup is completed
false
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
When the organization was created
How the request was authenticated
api-key, session