{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin admin.peopleAdminSettings API", "version": "1.0.0" }, "items": [ { "info": { "name": "admin.peopleAdminSettings", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get peopleAdminSettings", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/people", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of a peopleAdminSettings object." }, { "info": { "name": "Microsoft Graph List itemInsights", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/people/itemInsights", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the properties of an insightsSettings object to display or return item insights in an organization. To learn how to customize the privacy of item insights in an organization, see Customize item insights privacy in Microsoft Graph." }, { "info": { "name": "Microsoft Graph Update insightsSettings", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/admin/people/itemInsights", "body": { "type": "json", "data": "{}" } }, "docs": "Update privacy settings to display or return the specified type of insights in an organization. Currently, itemInsights is the only supported type of settings. To learn more about customizing insights privacy for your organization, see Customize item insights privacy in Microsoft Graph." }, { "info": { "name": "Microsoft Graph Delete navigation property itemInsights for admin", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/admin/people/itemInsights", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property itemInsights for admin" }, { "info": { "name": "Microsoft Graph List profileCardProperties", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/people/profileCardProperties", "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": "Get a collection of profileCardProperty resources for an organization. Each resource is identified by its directoryPropertyName property." }, { "info": { "name": "Microsoft Graph Create profileCardProperty", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/admin/people/profileCardProperties", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new profileCardProperty for an organization. The new property is identified by its directoryPropertyName property. For more information about how to add properties to the profile card for an organization, see Add or remove custom attributes on a profile card using the profile card API." }, { "info": { "name": "Microsoft Graph Get profileCardProperty", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/people/profileCardProperties/:profileCardProperty-id", "params": [ { "name": "profileCardProperty-id", "value": "", "type": "path", "description": "The unique identifier of profileCardProperty" }, { "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 profileCardProperty entity. The profileCardProperty is identified by its directoryPropertyName property." }, { "info": { "name": "Microsoft Graph Update profileCardProperty", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/admin/people/profileCardProperties/:profileCardProperty-id", "params": [ { "name": "profileCardProperty-id", "value": "", "type": "path", "description": "The unique identifier of profileCardProperty" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a profileCardProperty object, identified by its directoryPropertyName property." }, { "info": { "name": "Microsoft Graph Delete profileCardProperty", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/admin/people/profileCardProperties/:profileCardProperty-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "profileCardProperty-id", "value": "", "type": "path", "description": "The unique identifier of profileCardProperty" } ] }, "docs": "Delete the profileCardProperty object specified by its directoryPropertyName from the organization's profile card, and remove any localized customizations for that property." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/people/profileCardProperties/$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" }, { "info": { "name": "Microsoft Graph List pronounsSettings", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/admin/people/pronouns", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the properties of the pronounsSettings resource for an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API." }, { "info": { "name": "Microsoft Graph Update pronounsSettings", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/admin/people/pronouns", "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a pronounsSettings object in an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API." } ] } ], "bundled": true }