You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently can't find a straightforward way to get list of SharePoint SiteGroups that the user belongs to. It's simple in the PNP JS library (web.currentUser.groups()).
Describe the solution you'd like
ISharePointUser should have a Groups property (that you can choose to expand while loading a web/user etc.)
Additional context
The text was updated successfully, but these errors were encountered:
I'm not opposed to contributing a fix to this if I get the time, given I need the functionality (I think I have a workaround but not sure it works in all cases).
Category
Describe the feature
Currently can't find a straightforward way to get list of SharePoint SiteGroups that the user belongs to. It's simple in the PNP JS library (web.currentUser.groups()).
Describe the solution you'd like
ISharePointUser should have a Groups property (that you can choose to expand while loading a web/user etc.)
Additional context
The text was updated successfully, but these errors were encountered: