Api Accounts 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)

Authentication

AuthorizationBearer
JWT access token or Respan API key

Request

This endpoint expects an object.
emailstringOptional1-255 characters
is_activebooleanOptional
created_atdatetimeOptional
last_logindatetime or nullOptional

Response

idintegerRead-only
emailstring<=255 characters
organization_idinteger or nullRead-only
organization_namestring or nullRead-only
is_activeboolean
created_atdatetime
last_logindatetime or null