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

emailstringRequired

Response

idintegerRead-only
emailstring<=255 characters
organizationobject

Lightweight organization serializer for account detail view. Only includes essential fields - NOT the full OrganizationSerializer.

namestring<=255 characters
usernamestring<=255 characters
first_namestring<=50 characters
last_namestring<=50 characters
is_activeboolean
created_atdatetime
last_logindatetime or null