Clickhouse Customer Users Partial Update 2

PATCH handler with superadmin lock and field protection.

Checks:

  1. Object lock (is_managed=True -> non-superadmins can’t modify)
  2. Field protection (non-superadmins can’t modify specific fields)

Authentication

AuthorizationBearer
JWT access token or Respan API key

Path parameters

idstringRequired

Request

This endpoint expects an object.
namestring or nullOptional<=100 characters
emailstring or nullOptional
customer_identifierstring or nullOptional1-256 characters
environmentenumOptional
total_budgetdouble or nullOptional
period_budgetdouble or nullOptional
total_period_usagedoubleOptional
period_startdatetimeOptional
period_enddatetime or nullOptional
budget_durationstringOptional1-50 characters
updated_atdatetimeOptional

Response

idstringRead-only
organization_namestringRead-only
namestring or null<=100 characters
emailstring or null
customer_identifierstring or null<=256 characters
environmentenum
total_budgetdouble or null
period_budgetdouble or null
total_period_usagedouble
period_startdatetime
period_enddatetime or null
budget_durationstring<=50 characters
updated_atdatetime