Api User Detail Update

PUT handler with superadmin lock and field protection.

Same as patch() - checks lock and field protection before delegating.

Authentication

AuthorizationBearer
JWT access token or Respan API key

Path parameters

customer_identifierstringRequired

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