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 url http://mysite/_layouts/userdisp.aspx. But, this url is not the exact url.

The actual url for “User Information List” available under _Catalogs folder.
FYI, I list out the url’s here,

  • http://mysite/_catalogs/users/detail.aspx
                Shows the detail view of only Users in the list.
  • http://mysite/_catalogs/users/simple.aspx
                Shows the simple view of only Users in the List
  • http://mysite/_catalogs/users/allgroups.aspx
                Shows all the groups without users available in Site.

In my next post, i’ll explain about the default folders available in this “User Information List”.

Shantha Kumar
Shantha Kumar
Articles: 280

24,849 Comments

  1. I am no longer certain the place you’re getting your information, however
    good topic. I needs to spend some time learning much more or figuring out more.

    Thank you for fantastic info I used to be on the lookout for this info for my mission.

  2. Your manner is very unique comparing to other bloggers I’ve read aгticles from.
    Thanks for posting when you have got the opportunity, guess I am jսst going to take
    notes from this one.

Comments are closed.