v3

latestOpenAPI 3.1.02026-07-311,4541,5202.3 MB
users

Api User Detail Partial Update

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)
patch/api/user/detail/{customer_identifier}/

Path parameters

customer_identifierstring required

Headers

Authorizationstring required

JWT access token or Respan API key

Request body

namestring nullable
emailstring nullable
customer_identifierstring nullable
total_budgetnumber double nullable
period_budgetnumber double nullable
total_period_usagenumber double
period_startstring date-time
period_endstring date-time nullable
budget_durationstring
updated_atstring date-time

Response

idstring required
namestring nullable
emailstring nullable
customer_identifierstring nullable
total_budgetnumber double nullable
period_budgetnumber double nullable
organization_namestring required
total_period_usagenumber double
period_startstring date-time
period_endstring date-time nullable
budget_durationstring
updated_atstring date-time