ok, might work, but i'm pretty much staying away from the SQL. The SOAP interface is already complicated enough, I'd like to spare myself of learning all internal tables ;-)
(it's not only for looking up users, but also for pretty much anything else ...)
While it is of course up to you what approach you take, I'd suggest looking twice at using SQL. The AXL interface from what I've seen is very picky and more than a little tempermental. I
opened a thread on here about a problem I was having with an AXL call and still haven't received any response a week later, but I was able to figure out how to do what I needed using SQL. It's not the way one *should* do the task at hand, and I view it as mildly ridiculous that the AXL interface is so quirky, but it works. I didn't have to learn all of the internal table structures, only the small parts of the one I was interested in.