Support
 
PhoneGet Quote
 
Support
 
US Sales: +1 888 720 9500
US Support: +1 844 245 1108
Intl: +1 925 924 9500
Aus: +1 800 631 268
UK: 0800 028 6590
CN: +86 400 660 8680

Direct Inward Dialing: +1 408 916 9890

 
 

Get properties of a group using Microsoft graph

Operation: Get group

Description: This operation returns the default group properties which include the group, ID, group description, created time, display name, group type, proxy address, and group sync details.

Request

  1. GET https://graph.microsoft.com/v1.0/groups/b320ee12-b1cd-4cca-b648-a437be61c5cd

Response:

  1. HTTP/1.1 200 OK
  2. Content-type: application/json
  3. {
  4. "id": "b320ee12-b1cd-4cca-b648-a437be61c5cd",
  5. "deletedDateTime": null,
  6. "classification": null,
  7. "createdDateTime": "2018-12-22T00:51:37Z",
  8. "creationOptions": [],
  9. "description": "Self help community for library",
  10. "displayName": "Library Assist",
  11. "groupTypes": [
  12. "Unified"
  13. ],
  14. "mail": "library2@contoso.com",
  15. "mailEnabled": true,
  16. "mailNickname": "library",
  17. "onPremisesLastSyncDateTime": null,
  18. "onPremisesSecurityIdentifier": null,
  19. "onPremisesSyncEnabled": null,
  20. "preferredDataLocation": "CAN",
  21. "proxyAddresses": [
  22. "smtp:library7423@contoso.com",
  23. "SMTP:library2@contoso.com"
  24. ],
  25. "renewedDateTime": "2018-12-22T00:51:37Z",
  26. "resourceBehaviorOptions": [],
  27. "resourceProvisioningOptions": [],
  28. "securityEnabled": false,
  29. "visibility": "Public",
  30. "onPremisesProvisioningErrors": []
  31. }

This is how the result of a Graph API request looks.

Why graph API is not a good option

  • Insufficient data: The Graph API queries return only the default attributes. For additional details, one have to use $select OData command in the script to retrieve the required attribute details.
  • Incomprehensible results: The response returned by the graph explorer will be in JSON format which is difficult to comprehend by the end user.
  • Difficulty in handling bulk results: When the result spans multiple pages, the graph explorer returns links to those pages instead of displaying all the records.
  • Non-user friendly: User needs a third-party tool to view the response of the graph explorer in graphical or tabular format.
  • Need of expertise: In-depth coding knowledge is required to customize the requests for specific needs.

Get Microsoft 365 group reports using M365 Manager Plus

M365 Manager Plus provides more than 700 pre-defined reports on Exchange Online, Azure AD, MS Teams, yammer, and other Microsoft 365 services which are way easier to generate and customize than the results returned by the graph explorer.

Refer the image below to know about the group reports provided by M365 Manager Plus.

Microsoft 365 group reports

Highlights of M365 Manager Plus:

  • Advanced filters: Use attribute and condition-based filters to get the data you need without lengthy PowerShell scripts.
  • Reports on historical data: API requests can only retrieve data that's at least seven days old and no older than 180 days. But, M365 Manager Plus reports can fetch all data right from its installation.
  • Customizable dashboard: M365 Manager Plus dashboard is customizable. Generate graphical reports to get a quick peek at the mail traffic summary, top email senders and receivers, client device usage, and more. This dashboard can be embedded in any of your web pages to enable constant monitoring.
  • Report scheduler: Schedule report generation at regular intervals to reduce the overhead.
  • Report export: The reports can be exported to PDF, XLSX, HTML, or CSV formats and redistributed via emails to the administrators.
  • Secure delegation: Securely delegate report generation to technicians and IT staff without giving them full access to the Microsoft 365 Admin Center.

Microsoft 365 all groups report

 

Request Support

Need further assistance? Fill this form, and we'll contact you rightaway.

A holistic Microsoft 365 administration solution