Partially update a company (PATCH)
This endpoint allows partially updating a company’s details.
PATCH allows updating only the fields you want to change.
Access levels:
- SysAdmin/Account Manager: Can update any field of any company, including
tier - Company Admin: Can update the name, password policy (min/max length), Knowledge Graph settings, and telemetry consent (
is_telemetry_enabled,is_telemetry_ids_allowed) of their own company. Cannot changetier. - DPOAdmin/Company DPO: Read-only — cannot update telemetry consent or any other field.
Company name must be unique.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Company name (max 32 characters, alphanumeric + spaces/hyphens/underscores)
32^[a-zA-Z0-9 \-_]+$DPO contact email
Maximum allowed active users for this company
Whether company admins can manage SSO configuration
Automatically create user accounts when users log in via external auth (SSO/LDAP) for the first time.
Company workspace storage limit in MB
Personal workspace storage limit in MB
Custom workspace storage limit in MB
Minimum password length. Null uses the platform default (8).
x >= 1Maximum password length. Null imposes no upper limit.
x >= 1Enable automatic document tagging using Knowledge Graph (requires global setting also enabled)
Enable automatic document summarization using Knowledge Graph (requires global setting also enabled)
Enable automatic query suggestion generation using Knowledge Graph (requires global setting also enabled)
Commercial tier for this company. Only instance-level administrators can change this field.
free- Freepay-as-you-go- Pay-as-you-gobusiness- Business
free, pay-as-you-go, business Whether this company allows sending technical telemetry data. No user content is ever collected. Viewable by company admins and DPOs; editable by company admins and instance-level administrators only.
Whether company and user IDs may be included in technical telemetry data. Only meaningful when is_telemetry_enabled is true.
Response
Company updated successfully
Serializer for detailed company view
The name of the company registered in the instance.
255If the company admins of this company can create & manage their SSO configuration.
Contact email displayed in user profiles for data privacy inquiries.
254Maximum allowed active users for this company license.
-2147483648 <= x <= 2147483647Automatically create user accounts when users log in via external auth (SSO/LDAP) for the first time.
Total storage ceiling for all workspace uploads combined (personal + all shared workspaces), in MB. Leave blank to use the default value. Use 0 to disable uploads.
-2147483648 <= x <= 2147483647Limit for all combined personal workspaces in this company, in MB. Leave blank to use the default value. Use 0 to disable uploads.
-2147483648 <= x <= 2147483647Limit for all combined shared workspaces in this company (including the company workspace), in MB. Leave blank to use the default value. Use 0 to disable uploads.
-2147483648 <= x <= 2147483647Authentication method(s) allowed for users in this company.
password- Passwordsso- Single Sign Onldap- LDAP
password, sso, ldap Minimum password length for users in this company. Leave blank to use the platform default (8 characters).
0 <= x <= 32767Maximum password length for users in this company. Leave blank to use the platform default (128 characters).
0 <= x <= 32767Enable automatic document tagging using Knowledge Graph. Disabling this prevents token consumption for LLM-based tagging. Global setting must also be enabled.
Enable automatic document summarization using Knowledge Graph. Disabling this prevents token consumption for LLM-based summaries. Global setting must also be enabled.
Enable automatic query suggestion generation using Knowledge Graph. Disabling this prevents token consumption for LLM-based query suggestions. Global setting must also be enabled.
Commercial tier for this company. Drives entitlements and billing posture.
free- Freepay-as-you-go- Pay-as-you-gobusiness- Business
free, pay-as-you-go, business If technical telemetry is enabled for this company. No user data is collected.
Include company and user IDs in telemetry. Allows telemetry to be more useful for troubleshooting.