{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin users.inferenceClassification API", "version": "1.0.0" }, "items": [ { "info": { "name": "users.inferenceClassification", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get inferenceClassification from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/inferenceClassification", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/inferenceClassification", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property inferenceClassification in users" }, { "info": { "name": "Microsoft Graph Get overrides from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/inferenceClassification/overrides", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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": "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 Create new navigation property to overrides for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/inferenceClassification/overrides", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to overrides for users" }, { "info": { "name": "Microsoft Graph Get overrides from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/inferenceClassification/overrides/:inferenceClassificationOverride-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 the navigation property overrides in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/inferenceClassification/overrides/:inferenceClassificationOverride-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "inferenceClassificationOverride-id", "value": "", "type": "path", "description": "The unique identifier of inferenceClassificationOverride" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property overrides in users" }, { "info": { "name": "Microsoft Graph Delete navigation property overrides for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/inferenceClassification/overrides/:inferenceClassificationOverride-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "inferenceClassificationOverride-id", "value": "", "type": "path", "description": "The unique identifier of inferenceClassificationOverride" } ] }, "docs": "Microsoft Graph Delete navigation property overrides for users" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/inferenceClassification/overrides/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "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 }