Hi Guys,I am trying to work out how to return the logged in users id or description from within a worksite web connector. The below example is whats provided as a reference within a new connector but this shows how to get workspace attributes. Does anyone know how to retrieve the logged in users id or description ?Dim workspace As IManWorkspace = PageContext.Current.Self.Workspace Dim custom1 As String = Convert.ToString(workspace.GetAttributeValueByID(imProfileAttributeID.imProfileCustom1))Thanks for the help.