There are different ways to get user information out of SharePoint. These examples describes how you can get that information by using some simple code. The user information is stored in a user field in a list (for example the Author field) Dim query As String = "<Where><Eq><FieldRef Name=""ID"" /><Value Type=""Counter"">" & id & "</Value></Eq></Where>" […]