v3
latestOpenAPI 3.1.02026-07-311,4541,5202.3 MBDelete User
Consolidated single/detail view for customer users.
Serves BOTH:
- Public API: /api/users/<customer_identifier>/ (URL path lookup)
- Dashboard: /clickhouse/customer-users/<id>/?customer_identifier=xxx (query param lookup)
Retrieves customer user from PostgreSQL (not ClickHouse) because:
- Point retrieval is weak in ClickHouse
- Update operations require PostgreSQL
- All aggregation data is already returned in the list view
This view returns editable fields + real-time usage from Redis. Rate limited to protect against expensive point queries.
Uses SuperAdminMixin for queryset routing + object-level ownership. No manual org injection needed - SuperAdminMixin handles patch() automatically.
Path parameters
Headers
Use your Respan API key for Respan API authentication. Enter only the Respan API key value; clients send Authorization: Bearer <RESPAN_API_KEY>. For /api/responses, provider credentials such as Perplexity, OpenAI, or Azure OpenAI go in Settings -> Providers or respan_params.credential_override in the request body, not in this authentication field.
Response
Successful response