Internal
Public Access
Added UsersAPIRoot view that returns available user-related endpoints when accessing /api/users/ directly. All API endpoint groups now have discoverable root endpoints: - /api/ - Main API root - /api/users/ - User endpoints - /api/tasks/ - Task endpoints (already had TaskListCreateAPIView) - /api/sync/ - Sync endpoints (already had sync view) - /api/notifications/ - Notification endpoints (already had NotificationListAPIView) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>