sp-dev-fx-webparts/samples/react-group-membership-manager
Nick Brown e58f76816f Updated fluent ui 9 to latest version 2022-09-23 09:55:52 +01:00
..
.devcontainer Updated readme and sample.json 2022-09-05 16:17:51 -04:00
assets Updated readme and sample.json 2022-09-05 16:17:51 -04:00
config Added Missing People Permission 2022-08-27 23:08:50 +01:00
src Added Missing People Permission 2022-08-27 23:08:50 +01:00
teams Added Group Membership Manager - init commit 2022-08-25 20:15:09 +01:00
.eslintrc.js Added screenshot, fixed eslintrc.js 2022-08-27 23:30:32 +01:00
.gitignore Added Group Membership Manager - init commit 2022-08-25 20:15:09 +01:00
.npmignore Added Group Membership Manager - init commit 2022-08-25 20:15:09 +01:00
.yo-rc.json Added Group Membership Manager - init commit 2022-08-25 20:15:09 +01:00
README.md Updated readme and sample.json 2022-09-05 16:17:51 -04:00
gulpfile.js Updated readme and sample.json 2022-09-05 16:17:51 -04:00
package-lock.json Updated fluent ui 9 to latest version 2022-09-23 09:55:52 +01:00
package.json Updated fluent ui 9 to latest version 2022-09-23 09:55:52 +01:00
tsconfig.json reset tsconfig 2022-09-05 22:32:41 +01:00

README.md

Group Membership Manager

Summary

This app is an example of managing the membership of a group you own including the owners of the group as well as using FluentUI v9

Screenshot

Compatibility

SPFx 1.15.2 Node.js v16 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Unsupported Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Solution

Solution Author(s)
react-group-membership-manager Nick Brown (Jisc, @techienickb)

Version history

Version Date Comments
1.0 August 25, 2022 Initial release

Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

Features

This app uses the Microsoft Graph to get a list of owned groups for the current user. You can then manage the membership of that group from SharePoint/Teams.

This extension illustrates the following concepts:

  • Using Fluent UI v9
  • Calling the Graph natively from SPFx
  • Adding/Removing Members/Owners from AAD groups

References

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.