Posted by Shantha Kumar on 3rd April 2009

User Information List – URL

In my WSS – User Information List post, I’ll list out the fields available under hidden “User Information List”. Now i’ll like to share the details of URL for that “User Information List”.
By using follwoing code, we can get the Users list url,
SPList userList = SPContext.Current.Web.SiteUserInfoList;
string url = userList.Forms[PAGETYPE.PAGE_DISPLAYFORM].Url;
the above code will return like the following [...]