{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin me.contactFolder API", "version": "1.0.0" }, "items": [ { "info": { "name": "me.contactFolder", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get contacts from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts", "params": [ { "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 me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Get contacts from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id", "params": [ { "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 me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Delete navigation property contacts for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Get extensions from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/extensions", "params": [ { "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 me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/extensions", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Get extensions from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/extensions/:extension-id", "params": [ { "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 me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/extensions/:extension-id", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Delete navigation property extensions for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/extensions/:extension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/extensions/$count", "params": [ { "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/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/permanentDelete", "params": [ { "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 me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/photo", "params": [ { "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 me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/photo", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Get media content for the navigation property photo from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/photo/$value", "params": [ { "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 me", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/photo/$value", "params": [ { "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 me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/:contact-id/photo/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/$count", "params": [ { "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/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/contacts/delta()", "params": [ { "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 List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts", "params": [ { "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": "Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder." }, { "info": { "name": "Microsoft Graph Create contact", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts", "params": [ { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder." }, { "info": { "name": "Microsoft Graph Get contacts from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts/:contact-id", "params": [ { "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 me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts/:contact-id", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Delete navigation property contacts for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts/:contact-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Get extensions from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts/:contact-id/extensions", "params": [ { "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 me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts/:contact-id/extensions", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Get extensions from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts/:contact-id/extensions/:extension-id", "params": [ { "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 me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts/:contact-id/extensions/:extension-id", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Delete navigation property extensions for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts/:contact-id/extensions/:extension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts/:contact-id/extensions/$count", "params": [ { "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/me/contactFolders/:contactFolder-id/contacts/:contact-id/permanentDelete", "params": [ { "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 me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts/:contact-id/photo", "params": [ { "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 me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts/:contact-id/photo", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Get media content for the navigation property photo from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts/:contact-id/photo/$value", "params": [ { "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 me", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts/:contact-id/photo/$value", "params": [ { "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 me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/contacts/:contact-id/photo/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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/me/contactFolders/:contactFolder-id/contacts/$count", "params": [ { "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/me/contactFolders/:contactFolder-id/contacts/delta()", "params": [ { "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 List contactFolders", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders", "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 contact folder collection in the default Contacts folder of the signed-in user." }, { "info": { "name": "Microsoft Graph Create ContactFolder", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/contactFolders", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new contactFolder under the user's default contacts folder. You can also create a new contactfolder as a child of any specified contact folder." }, { "info": { "name": "Microsoft Graph Get contactFolder", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id", "params": [ { "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": "Get a contact folder by using the contact folder ID. There are two scenarios where an app can get another user's contact folder:" }, { "info": { "name": "Microsoft Graph Update contactfolder", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id", "params": [ { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of contactfolder object." }, { "info": { "name": "Microsoft Graph Delete contactFolder", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" } ] }, "docs": "Delete contactFolder other than the default contactFolder." }, { "info": { "name": "Microsoft Graph List childFolders", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders", "params": [ { "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": "Get a collection of child folders under the specified contact folder." }, { "info": { "name": "Microsoft Graph Create ContactFolder", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders", "params": [ { "name": "contactFolder-id", "value": "", "type": "path", "description": "The unique identifier of contactFolder" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new contactFolder as a child of a specified folder. You can also create a new contactFolder under the user's default contact folder." }, { "info": { "name": "Microsoft Graph Get childFolders from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1", "params": [ { "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 me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1", "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Delete navigation property childFolders for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "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 me" }, { "info": { "name": "Microsoft Graph Invoke action permanentDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/:contactFolder-id/childFolders/:contactFolder-id1/permanentDelete", "params": [ { "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/me/contactFolders/:contactFolder-id/childFolders/$count", "params": [ { "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/me/contactFolders/:contactFolder-id/childFolders/delta()", "params": [ { "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/me/contactFolders/:contactFolder-id/permanentDelete", "params": [ { "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/me/contactFolders/$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 Invoke function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/contactFolders/delta()", "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": "$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 }