Can the getUserName function like the getUserId where values passed to the function will yield different types of information?
where as currently:
getUserId() gets current user id
getuserId(somename) gets the id of user somename.
would like to see:
getUserName(id) yields name of userid id