v3

latestOpenAPI 3.1.02026-07-311,4541,5202.3 MB
users

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)
get/api/accounts/{email}/

Path parameters

emailstring required

Headers

Authorizationstring required

JWT access token or Respan API key

Response

idinteger required
emailstring required
namestring
usernamestring
first_namestring
last_namestring
is_activeboolean
created_atstring date-time
last_loginstring date-time nullable