Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
shuhn1229
Resolver I
Resolver I

User Information List from SP

Hi,

 

I am trying to import user images from a people picker column on a sharepoint list, lets say that list is called "user access". I was able to ID the hidden "User Information List" Column linked to "user access" and map the relationship between "user information list" and "user access" to get the Picture URLs I'd like to display. This picture URL column works fine for myself and displays an image when I publish the dashboard to web. However, when an end user views the dashboard they get a broken link. I've ensured the end users have viewing privledges to "user access". Any ideas what might be causing this?

 

Thanks

 

1 ACCEPTED SOLUTION

You are correct that the "User Information List" in SharePoint, which has the file extension "_catalogs/users/detail.aspx," cannot be directly shared with users or accessed like a regular list. The "User Information List" is a system list that stores user-related information for the SharePoint site.

 

Instead of sharing the "User Information List" directly, you can utilize the SharePoint API or other methods to retrieve the required user information and incorporate it into your custom solution or application. The SharePoint API allows you to programmatically access user information from the "User Information List" or any other list in SharePoint.

Here's a overview of how you can retrieve user information using the SharePoint API:

  1. Obtain the user's ID or username from your "User Access" list.
  2. Use the SharePoint API, such as the SharePoint REST API or Microsoft Graph API, to query the "User Information List" using the user's ID or username.
  3. Retrieve the desired user information, such as the picture URL, from the API response.
  4. Display the user's picture URL in your dashboard or application using the retrieved data.

 

rubayatyasmin_0-1689517080227.png


Did I answer your question? Mark my post as a solution!super-user-logo

Proud to be a Super User!


View solution in original post

5 REPLIES 5
rubayatyasmin
Super User
Super User

Hi, @shuhn1229 

 

If your end users are seeing a broken link, it could be due to a few possible issues:

  1. SharePoint Permissions: Although you have given end users viewing privileges to the "User Access" list, the SharePoint permissions also need to be correctly configured for the "User Information List" and the location where the pictures are stored. If these permissions are not set up correctly, users might not be able to access the image URLs, which could lead to the broken link issue.

  2. Picture Storage Location: The pictures must be stored in a location that all users can access. If they are stored in a location that only certain users have access to (such as your personal OneDrive or a restricted SharePoint library), users without the necessary access rights will not be able to view the pictures.

  3. Browser cache or compatibility issue: Sometimes, a browser cache or compatibility issue can lead to broken links. Try to clear your browser cache or use a different browser to check if the problem still exists.

 

rubayatyasmin_0-1689517080227.png


Did I answer your question? Mark my post as a solution!super-user-logo

Proud to be a Super User!


Hi,

 

Can you comment on how to share the user information list table? As far as I can tell it cannot be shared. Extension is _catalogs/users/detail.aspx.

 

Thanks

You are correct that the "User Information List" in SharePoint, which has the file extension "_catalogs/users/detail.aspx," cannot be directly shared with users or accessed like a regular list. The "User Information List" is a system list that stores user-related information for the SharePoint site.

 

Instead of sharing the "User Information List" directly, you can utilize the SharePoint API or other methods to retrieve the required user information and incorporate it into your custom solution or application. The SharePoint API allows you to programmatically access user information from the "User Information List" or any other list in SharePoint.

Here's a overview of how you can retrieve user information using the SharePoint API:

  1. Obtain the user's ID or username from your "User Access" list.
  2. Use the SharePoint API, such as the SharePoint REST API or Microsoft Graph API, to query the "User Information List" using the user's ID or username.
  3. Retrieve the desired user information, such as the picture URL, from the API response.
  4. Display the user's picture URL in your dashboard or application using the retrieved data.

 

rubayatyasmin_0-1689517080227.png


Did I answer your question? Mark my post as a solution!super-user-logo

Proud to be a Super User!


Could you elaborate on how I might pull all portraits on my list using GRAPH API? I feel like It would be a huge amount of work involving a blank query.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors