Kyle - thanks for the reply.
Yes, the module code can be implemented in a CB Code field, and I have tested it there, and I'm aware of the CB Query Field, and have used both.
My question lies in user context...
Use Case:
I'm logged in as a SuperUser, viewing or editing another user's profile,
JFactory::getUser() returns the logged-in SuperUser, me
How do I retrieve the user whose profile I am editing/viewing?
Actually, I see that part of the solution is to write this as a CB Plugin, not a Joomla module...
FYI - the Joomla module I'm writing is a generic, configrable profile validation extension.
Thanks, Fred