{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin groupSettings.groupSetting API", "version": "1.0.0" }, "items": [ { "info": { "name": "groupSettings.groupSetting", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List settings", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groupSettings", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a list of tenant-level or group-specific group settings objects." }, { "info": { "name": "Microsoft Graph Create settings", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groupSettings", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new group setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings." }, { "info": { "name": "Microsoft Graph Get groupSetting", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groupSettings/:groupSetting-id", "params": [ { "name": "groupSetting-id", "value": "", "type": "path", "description": "The unique identifier of groupSetting" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting." }, { "info": { "name": "Microsoft Graph Update groupSetting", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groupSettings/:groupSetting-id", "params": [ { "name": "groupSetting-id", "value": "", "type": "path", "description": "The unique identifier of groupSetting" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting." }, { "info": { "name": "Microsoft Graph Delete a group setting", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groupSettings/:groupSetting-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "groupSetting-id", "value": "", "type": "path", "description": "The unique identifier of groupSetting" } ] }, "docs": "Delete a tenant-level or group-specific groupSetting object." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groupSettings/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }