Partially update your company (PATCH)
This endpoint partially updates the authenticated user’s own company.
It takes no company identifier — the company is resolved from the caller, so no other company can be addressed. Only the fields a Company Admin may change are accepted: name, the password policy (min_password_length, max_password_length), the Knowledge Graph toggles and telemetry consent (is_telemetry_enabled, is_telemetry_ids_allowed). Any other company field must be changed through the instance-level company endpoint.
Fields outside that set are rejected rather than silently ignored.
Access levels:
- Company Admin: Can update their own company
- SysAdmin/Account Manager: Can update their own company through this endpoint too, and any company through the instance-level endpoint
Company name must be unique.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Company name (max 32 characters, alphanumeric + spaces/hyphens/underscores)
32^[a-zA-Z0-9 \-_]+$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)
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.