Dec 15 2021 01:42 AM
I have read this: https://docs.microsoft.com/en-us/graph/api/groupsetting-get?view=graph-rest-1.0&tabs=http
But i dont understand how to get the setting ID.
GET /groups/{id}/settings/{id}
i want to check if a group have the setting hideFromOutlookClients
set to true or false.
i do not want to do this in powershell, i want to figure out a graph URL to do this.
but since i seem to need the setting ID i am stuck?
Dec 15 2021 08:04 AM
Dec 15 2021 08:27 AM
Dec 15 2021 08:49 AM
Dec 15 2021 08:53 AM
Dec 15 2021 11:13 PM