Serverside Data Preperation to relieve Clientside Workload
Requirments: Basic Knowledge of Rest APIs and Microsoft Graph API
Graph API Query Parameters
With query parameters you can specify custom queries that the answer of the Graph API returns the values you need. Therefore, you specify the API Route you want to take and on this value you perform a serverside data preperation.
$Filter
Example: Get Group by SID
https://graph.microsoft.com/v1.0/groups?$filter=startswith(securityIdentifier,'S-1-12-1-234774239-1265421194-1318151825-3905263908')
$Select