sp-dev-fx-webparts/samples/react-graph-groupviewer
Hugo Bernier 7202809a7d Changed docs links to learn 2022-10-24 09:42:45 -04:00
..
.devcontainer Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config initial commit 2021-09-27 22:44:13 -04:00
release Updated sample.json 2021-10-30 00:20:09 -04:00
src initial commit 2021-09-27 22:44:13 -04:00
teams initial commit 2021-09-27 22:44:13 -04:00
.gitignore initial commit 2021-09-27 22:44:13 -04:00
.yo-rc.json initial commit 2021-09-27 22:44:13 -04:00
README.md Changed docs links to learn 2022-10-24 09:42:45 -04:00
gulpfile.js initial commit 2021-09-27 22:44:13 -04:00
package-lock.json Updated readme and sample.json 2021-10-29 22:27:03 -04:00
package.json initial commit 2021-09-27 22:44:13 -04:00
tsconfig.json initial commit 2021-09-27 22:44:13 -04:00
tslint.json initial commit 2021-09-27 22:44:13 -04:00

README.md

Graph Group Viewer

Summary

This web part will provide the functionality to search for groups in your tenant and allow you to view the details of the selected group as well as view a list of group members and export the list of members to a CSV file.

picture of the web part in action

Compatibility

SPFx 1.12.1 Node.js v14 | v12 | v10 SharePoint Online Teams N/A: Untested with Microsoft Teams Workbench Hosted: Does not work with local workbench Compatible with Remote Containers

Applies to

Solution

Solution Author(s)
react-graph-groupviewer Zach Roberts (@ZachSPODev)

Version history

Version Date Comments
1.0 September 27, 2021 Initial release

Prerequisites

There are no prerequisites to use this web part.

Minimal Path to Awesome

  • Clone this repository
  • If your SharePoint tenant does not already allow API access to the following Microsoft Graph permissions: Directory.Read.All, Group.Read.All and GroupMember.Read.All then please follow the below instructions.
    • in the command line run:
      • npm install
      • gulp build --ship
      • gulp bundle --ship
      • gulp package-solution --ship
    • browse to your SharePoint app catalog and load the SPFX package. Once loaded you will need to browse to your SharePoint Admin Center and under advanced you will need to open Api Access and allow the requests for Microsoft Graph.
  • If you have the APIs permissions already allowed you can follow the below steps.
    • in the command line run:
      • npm install
      • gulp serve --nobrowser
    • browse to your hosted workbench and add the web part.

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • Using Microsoft Graph to search for groups and return group members for the selected group.
  • Exporting loaded data to a CSV file using CSVLink

Help

We do not support samples, but we 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 encounter any issues while 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.