{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin me.inferenceClassification API", "version": "1.0.0" }, "items": [ { "info": { "name": "me.inferenceClassification", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get inferenceClassification from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/inferenceClassification", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Relevance classification of the user's messages based on explicit designations that override inferred relevance or importance." }, { "info": { "name": "Microsoft Graph Update the navigation property inferenceClassification in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/inferenceClassification", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property inferenceClassification in me" }, { "info": { "name": "Microsoft Graph List overrides", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/inferenceClassification/overrides", "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 the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides." }, { "info": { "name": "Microsoft Graph Create inferenceClassificationOverride", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/inferenceClassification/overrides", "body": { "type": "json", "data": "{}" } }, "docs": "Create an override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classified\r\nas specified in the override. Note" }, { "info": { "name": "Microsoft Graph Get overrides from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/inferenceClassification/overrides/:inferenceClassificationOverride-id", "params": [ { "name": "inferenceClassificationOverride-id", "value": "", "type": "path", "description": "The unique identifier of inferenceClassificationOverride" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update inferenceclassificationoverride", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/inferenceClassification/overrides/:inferenceClassificationOverride-id", "params": [ { "name": "inferenceClassificationOverride-id", "value": "", "type": "path", "description": "The unique identifier of inferenceClassificationOverride" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Change the classifyAs field of an override as specified. You cannot use PATCH to change any other fields in an inferenceClassificationOverride instance. If an override exists for a sender and the sender changes his/her display name, you can use POST to force an update to the name field in the existing override. If an override exists for a sender and the sender changes his/her SMTP address, deleting the existing override and creating a new one with\r\nthe new SMTP address is the only way to 'update" }, { "info": { "name": "Microsoft Graph Delete inferenceClassificationOverride", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/inferenceClassification/overrides/:inferenceClassificationOverride-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "inferenceClassificationOverride-id", "value": "", "type": "path", "description": "The unique identifier of inferenceClassificationOverride" } ] }, "docs": "Delete an override specified by its ID." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/inferenceClassification/overrides/$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 }