{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin users.contactFolder API", "version": "1.0.0" }, "items": [ { "info": { "name": "users.contactFolder", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get contacts from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "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": "The contacts in the folder. Navigation property. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to contacts for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to contacts for users" }, { "info": { "name": "Microsoft Graph Get contacts from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The contacts in the folder. Navigation property. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property contacts in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property contacts in users" }, { "info": { "name": "Microsoft Graph Delete navigation property contacts for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ] }, "docs": "Microsoft Graph Delete navigation property contacts for users" }, { "info": { "name": "Microsoft Graph Get extensions from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/extensions", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" }, { "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": "The collection of open extensions defined for the contact. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to extensions for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/extensions", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to extensions for users" }, { "info": { "name": "Microsoft Graph Get extensions from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/extensions/:extension-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of open extensions defined for the contact. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property extensions in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/extensions/:extension-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property extensions in users" }, { "info": { "name": "Microsoft Graph Delete navigation property extensions for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/extensions/:extension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ] }, "docs": "Microsoft Graph Delete navigation property extensions 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/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/extensions/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" }, { "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 Invoke action permanentDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/permanentDelete", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ] }, "docs": "Microsoft Graph Invoke action permanentDelete" }, { "info": { "name": "Microsoft Graph Get photo from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/photo", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Optional contact picture. You can get or set a photo for a contact." }, { "info": { "name": "Microsoft Graph Update the navigation property photo in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/photo", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property photo in users" }, { "info": { "name": "Microsoft Graph Get media content for the navigation property photo from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/photo/$value", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ] }, "docs": "Optional contact picture. You can get or set a photo for a contact." }, { "info": { "name": "Microsoft Graph Update media content for the navigation property photo in users", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/photo/$value", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ] }, "docs": "Optional contact picture. You can get or set a photo for a contact." }, { "info": { "name": "Microsoft Graph Delete media content for the navigation property photo in users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/photo/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ] }, "docs": "Optional contact picture. You can get or set a photo for a contact." }, { "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/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "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 Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/delta()", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "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": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \r\napplying state tokens in one or more of these calls, \r\nyou can query for incremental changes in the contacts in \r\nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \r\nhaving to fetch the entire set of contacts from the server every time. " }, { "info": { "name": "Microsoft Graph Get contacts from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "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": "The contacts in the folder. Navigation property. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to contacts for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to contacts for users" }, { "info": { "name": "Microsoft Graph Get contacts from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts/:contact-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The contacts in the folder. Navigation property. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property contacts in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts/:contact-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property contacts in users" }, { "info": { "name": "Microsoft Graph Delete navigation property contacts for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts/:contact-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ] }, "docs": "Microsoft Graph Delete navigation property contacts for users" }, { "info": { "name": "Microsoft Graph Get extensions from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts/:contact-id/extensions", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" }, { "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": "The collection of open extensions defined for the contact. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to extensions for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts/:contact-id/extensions", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to extensions for users" }, { "info": { "name": "Microsoft Graph Get extensions from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts/:contact-id/extensions/:extension-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of open extensions defined for the contact. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property extensions in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts/:contact-id/extensions/:extension-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property extensions in users" }, { "info": { "name": "Microsoft Graph Delete navigation property extensions for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts/:contact-id/extensions/:extension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" }, { "name": "extension-id", "value": "", "type": "path", "description": "The unique identifier of extension" } ] }, "docs": "Microsoft Graph Delete navigation property extensions 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/contactFolders/:contactFolder-id/contacts/:contact-id/extensions/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" }, { "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 Invoke action permanentDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts/:contact-id/permanentDelete", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ] }, "docs": "Microsoft Graph Invoke action permanentDelete" }, { "info": { "name": "Microsoft Graph Get photo from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts/:contact-id/photo", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Optional contact picture. You can get or set a photo for a contact." }, { "info": { "name": "Microsoft Graph Update the navigation property photo in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts/:contact-id/photo", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property photo in users" }, { "info": { "name": "Microsoft Graph Get media content for the navigation property photo from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts/:contact-id/photo/$value", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ] }, "docs": "Optional contact picture. You can get or set a photo for a contact." }, { "info": { "name": "Microsoft Graph Update media content for the navigation property photo in users", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts/:contact-id/photo/$value", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ] }, "docs": "Optional contact picture. You can get or set a photo for a contact." }, { "info": { "name": "Microsoft Graph Delete media content for the navigation property photo in users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts/:contact-id/photo/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contact-id", "value": "", "type": "path", "description": "The unique identifier of contact" } ] }, "docs": "Optional contact picture. You can get or set a photo for a contact." }, { "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/contactFolders/:contactFolder-id/contacts/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "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 Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/contacts/delta()", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "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": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \r\napplying state tokens in one or more of these calls, \r\nyou can query for incremental changes in the contacts in \r\nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \r\nhaving to fetch the entire set of contacts from the server every time. " }, { "info": { "name": "Microsoft Graph Get contactFolders from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders", "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": "The user's contacts folders. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to contactFolders for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders", "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 contactFolders for users" }, { "info": { "name": "Microsoft Graph Get contactFolders from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The user's contacts folders. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property contactFolders in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property contactFolders in users" }, { "info": { "name": "Microsoft Graph Delete navigation property contactFolders for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" } ] }, "docs": "Microsoft Graph Delete navigation property contactFolders for users" }, { "info": { "name": "Microsoft Graph Get childFolders from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "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": "The collection of child folders in the folder. Navigation property. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to childFolders for users", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to childFolders for users" }, { "info": { "name": "Microsoft Graph Get childFolders from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of child folders in the folder. Navigation property. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property childFolders in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property childFolders in users" }, { "info": { "name": "Microsoft Graph Delete navigation property childFolders for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" } ] }, "docs": "Microsoft Graph Delete navigation property childFolders for users" }, { "info": { "name": "Microsoft Graph Invoke action permanentDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/permanentDelete", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "name": "contactFolder-id1", "value": "", "type": "path", "description": "The unique identifier of contactFolder" } ] }, "docs": "Microsoft Graph Invoke action permanentDelete" }, { "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/contactFolders/:contactFolder-id/childFolders/$count", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "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 Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/childFolders/delta()", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" }, { "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": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately \r\napplying state tokens in one or more of these calls, \r\nyou can query for incremental changes in the contact folders. This allows you to maintain and synchronize \r\na local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server ever" }, { "info": { "name": "Microsoft Graph Invoke action permanentDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/:contactFolder-id/permanentDelete", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" } ] }, "docs": "Microsoft Graph Invoke action permanentDelete" }, { "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/contactFolders/$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" }, { "info": { "name": "Microsoft Graph Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/contactFolders/delta()", "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": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately \r\napplying state tokens in one or more of these calls, \r\nyou can query for incremental changes in the contact folders. This allows you to maintain and synchronize \r\na local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server ever" } ] } ], "bundled": true }