Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DualMind Lab v2.0 is live! See what's new or try the demo
Admin user management endpoints — list, create, update, delete, and search users.
page
limit
{ "success": true, "data": [ { "user_id": "a1b2c3d4-...", "full_name": "John Doe", "email": "john@example.com", "role": "user", "created_at": "2025-01-01T00:00:00Z", "last_login_at": "2025-01-15T10:00:00Z" } ], "count": 50, "total": 1250, "page": 1, "limit": 200 }
{ "full_name": "Jane Smith", "email": "jane@example.com", "role": "user" }
{ "full_name": "Jane Smith Updated", "email": "jane.new@example.com", "role": "admin" }
email
role
user
admin
Was this page helpful?