Api Accounts Retrieve
GET/PATCH/DELETE /api/accounts/{email}/
Retrieve, update, or delete a single platform account by email.
Requires superadmin access (JWT or API key).
GET: Retrieve account details with full organization info
PATCH: Update account fields (password, is_active, first_name, last_name)
DELETE: Delete account and optionally their organization
Query params for DELETE:
- is_delete_organization (bool): Whether to delete the organization (default: true)
Authentication
AuthorizationBearer
JWT access token or Respan API key
Path parameters
email
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