Api Accounts Update 2
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
email
Request
This endpoint expects an object.
email
name
username
first_name
last_name
is_active
created_at
last_login
Response
id
email
organization
Lightweight organization serializer for account detail view. Only includes essential fields - NOT the full OrganizationSerializer.
name
username
first_name
last_name
is_active
created_at
last_login