question

ChrisLemon-1994 avatar image
1 Vote"
ChrisLemon-1994 asked saldana-msft edited

Microsoft Graph: Incorrect DisplayName shown for /me/FollowedSites

Calling the below returns a list of followed sites for the signed in user.

 https://graph.microsoft.com/v1.0/me/followedSites 

73783-followedsites.png


However the 'displayName' attribute returned above is incorrect - it is the site 'name' which is returned.

See below correct displayName when querying /sites/ using ID

 https://graph.microsoft.com/v1.0/sites/[id]

73763-sitebyid.png


Steps to reproduce:

  Create a SharePoint site with 'name A'
  'Follow' the site
  Change the SharePoint site display name to 'name B'
  Observe /me/sites/[id] show displayName as 'name B'
  Observe /me/followedSites show displayName as 'name A'





microsoft-graph-sdkmicrosoft-graph-usersmicrosoft-graph-sites-lists
followedsites.png (19.4 KiB)
sitebyid.png (20.7 KiB)
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I believe this is being looked at. I will get back with details of the fix or workaround.

0 Votes 0 ·

Thanks @Danstan that would be great if you could

0 Votes 0 ·

@Danstan did you manage to find details of a fix / workaround?

0 Votes 0 ·

0 Answers