The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Good afternoon everyone, I hope everyone is doing fine!
I am currently doing my internship together with my classmate in which we are developing a user friendly dashboard for MSP companies for more insight into their IT-environment.
To achieve this, we want to establish a connection with the Microsoft API Graph in which we gather the following data: mailbox usage size, mailbox type (shared or regular), the different groups and group members, the secure score, licenses, listed mails in the Qurantaine.
Unfortunately, we are not able to establish this connection. Is there someone who is willing to assist us further? Your assistance is much appreciated.
Thanks in advance.
Gloria and Lisanne
Solved! Go to Solution.
Hi @Anonymous ,
I can give you some suggestions about Microsoft Graph API:
1.Mailbox Usage Size:
The relevant API endpoint is GET /users/{id|userPrincipalName}/mailboxUsageDetail
2.Mailbox Type (Shared or Regular):
3.Groups and Group Members:
4.Licenses:
Below is the official link will help you:
Working with groups in Microsoft Graph - Microsoft Graph v1.0 | Microsoft Learn
Use the Microsoft Graph API - Microsoft Graph | Microsoft Learn
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
I can give you some suggestions about Microsoft Graph API:
1.Mailbox Usage Size:
The relevant API endpoint is GET /users/{id|userPrincipalName}/mailboxUsageDetail
2.Mailbox Type (Shared or Regular):
3.Groups and Group Members:
4.Licenses:
Below is the official link will help you:
Working with groups in Microsoft Graph - Microsoft Graph v1.0 | Microsoft Learn
Use the Microsoft Graph API - Microsoft Graph | Microsoft Learn
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.