{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin contacts.directoryObject API", "version": "1.0.0" }, "items": [ { "info": { "name": "contacts.directoryObject", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List directReports", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/directReports", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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 direct reports for this organizational contact." }, { "info": { "name": "Microsoft Graph Get directReports from contacts", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/directReports/:directoryObject-id", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand." }, { "info": { "name": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/directReports/:directoryObject-id/graph.orgContact", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact" }, { "info": { "name": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.user", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/directReports/:directoryObject-id/graph.user", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.user" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/directReports/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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 Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/directReports/graph.orgContact", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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": "Microsoft Graph Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/directReports/graph.orgContact/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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 Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/directReports/graph.user", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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": "Microsoft Graph Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/directReports/graph.user/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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 Get manager", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/manager", "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get this organizational contact's manager." }, { "info": { "name": "Microsoft Graph List memberOf", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/memberOf", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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": "List the groups that this organizational contact is a member of." }, { "info": { "name": "Microsoft Graph Get memberOf from contacts", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/memberOf/:directoryObject-id", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Groups that this contact is a member of. Read-only. Nullable. Supports $expand." }, { "info": { "name": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/memberOf/:directoryObject-id/graph.administrativeUnit", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit" }, { "info": { "name": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.group", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/memberOf/:directoryObject-id/graph.group", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.group" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/memberOf/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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 Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/memberOf/graph.administrativeUnit", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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": "Microsoft Graph Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/memberOf/graph.administrativeUnit/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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 Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/memberOf/graph.group", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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": "Microsoft Graph Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/memberOf/graph.group/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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 transitiveMemberOf", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/transitiveMemberOf", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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 groups that this organizational contact is a member of. The API request is transitive, and returns all groups the organizational contact is a nested member of." }, { "info": { "name": "Microsoft Graph Get transitiveMemberOf from contacts", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/transitiveMemberOf/:directoryObject-id", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/transitiveMemberOf/:directoryObject-id/graph.administrativeUnit", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit" }, { "info": { "name": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.group", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/transitiveMemberOf/:directoryObject-id/graph.group", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "name": "directoryObject-id", "value": "", "type": "path", "description": "The unique identifier of directoryObject" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get the item of type microsoft.graph.directoryObject as microsoft.graph.group" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/transitiveMemberOf/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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 Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/transitiveMemberOf/graph.administrativeUnit", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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": "Microsoft Graph Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/transitiveMemberOf/graph.administrativeUnit/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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 Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/transitiveMemberOf/graph.group", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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": "Microsoft Graph Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/contacts/:orgContact-id/transitiveMemberOf/graph.group/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "orgContact-id", "value": "", "type": "path", "description": "The unique identifier of orgContact" }, { "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 }