graph api
5 TopicsOffice 365 Group global address list visibility using Graph API
Is there any way we can set 'global address list' visibility of a Group using Graph API? I know we can do it via PowerShell usingSet-UnifiedGroup -HiddenFromAddressListsEnabled. However, we are using a Flow to create Groups and hence, looking for an automated option to set this property.Solved9.1KViews0likes2CommentsUsing $filter=deletedDateTime le '2018-01-01' to find deleted Groups
Is this $filter=deletedDateTime le '2018-01-01' a supported query parameter for Graph API when finding deleted groups in a set time period. I have tried both the Groups API and directory and none works. They all come with 'Invalid filter clause' error. Deleted items API https://graph.microsoft.com/v1.0/directory/deletedItems/microsoft.graph.group?$filter=deletedDateTime ge '2018-01-01' Groups API https://graph.microsoft.com/v1.0/groups?$filter=deletedDateTime ge '2018-01-01'1.2KViews0likes1CommentMS Grapah API returns only 100 Office 365 groups
HI, I am using MS graph API to fetch all Office 365 groups to check if any group has single owner. If any group has single owner then we are sending an email notification to add secondary owner for the Group. But when I used MS Graph API to fetch groups details I am getting only 100 groups in the result. API user:https://graph.microsoft.com/beta/groups?$filter=groupTypes/any(g:g eq 'Unified') Can anybody tell how to get all Office 365 unified groups using Graph API. Also please share all the limitation of MS Graph API. some more info: - MS Graph API invoked from Azure functions app - Azure AD app used for authentication and below permission granted(Admin consent) to the App Read all usage reports Read all channel messages Read all audit log data Read all groups Read all users' full profiles Sign in and read user profile(delegated permission) Thanks in advance K Senthilrajan26KViews0likes2CommentsGUID confusion for Office 365 Groups
Hi, I am developing an app which will get Office 365 Activity details and trying to map with Single owner Office 365 groups (custom function). But the activities are not contains name of the Office 365 Group and owner name.Instead it displays a GUID because below settings is enabled in Office 365 ports. Those GUID ids are not matching with group GUID. Portal configuration: Sample activities: Report Refresh Date,Group Display Name,Is Deleted,Owner Principal Name,Last Activity Date,Group Type,Member Count,External Member Count,Exchange Received Email Count,SharePoint Active File Count,Yammer Posted Message Count,Yammer Read Message Count,Yammer Liked Message Count,Exchange Mailbox Total Item Count,Exchange Mailbox Storage Used (Byte),SharePoint Total File Count,SharePoint Site Storage Used (Byte),Report Period 2018-08-25,B2FAC040CC5A824ED378389A571D61EC,False,C877B17718CF963D677F40DAD0EA6962,2018-08-22,Private,2,0,,3,,,,430,4378623,3,1808281,30 If this is the case how I can analyze the report for Office 365 Groups and its activities. Is there any way to identify the group name base on GUID return by MS Graph API MS graph API Used:reports/getOffice365GroupsActivityDetail(period='D30')4.8KViews0likes3CommentsOfficeGroup not generating the Sharepoint Site
Hi. I have a simple WebService that uses the GraphApi to create Groups on demand, then proceeds to initialize a simple folder structure on the related SharePoint Site. It worked well until today, for some reason the Group it's made without problems, the users are correctly assigned, but then, when using the Sharepoint API I get a wonderful 404 error from the Site. The sites are not being created automatically. Googled for a solution but nothing worked and can't find a solution here either. ¿Any idea? Thanks in advance.1.3KViews0likes4Comments