{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin groups.profilePhoto API", "version": "1.0.0" }, "items": [ { "info": { "name": "groups.profilePhoto", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get photo from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/photo", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The group's profile photo" }, { "info": { "name": "Microsoft Graph Update the navigation property photo in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/photo", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property photo in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property photo for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/photo", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "Microsoft Graph Delete navigation property photo for groups" }, { "info": { "name": "Microsoft Graph Get media content for the navigation property photo from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/photo/$value", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "The group's profile photo" }, { "info": { "name": "Microsoft Graph Update media content for the navigation property photo in groups", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/photo/$value", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "The group's profile photo" }, { "info": { "name": "Microsoft Graph Delete media content for the navigation property photo in groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/photo/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "The group's profile photo" }, { "info": { "name": "Microsoft Graph List photos", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/photos", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "Retrieve a list of profilePhoto objects." }, { "info": { "name": "Microsoft Graph Get photos from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/photos/:profilePhoto-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "profilePhoto-id", "value": "", "type": "path", "description": "The unique identifier of profilePhoto" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The profile photos owned by the group. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph List photos", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/photos/:profilePhoto-id/$value", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "profilePhoto-id", "value": "", "type": "path", "description": "The unique identifier of profilePhoto" } ] }, "docs": "Retrieve a list of profilePhoto objects." }, { "info": { "name": "Microsoft Graph Update media content for the navigation property photos in groups", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/photos/:profilePhoto-id/$value", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "profilePhoto-id", "value": "", "type": "path", "description": "The unique identifier of profilePhoto" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Delete media content for the navigation property photos in groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/photos/:profilePhoto-id/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "profilePhoto-id", "value": "", "type": "path", "description": "The unique identifier of profilePhoto" } ] }, "docs": "The unique identifier for an entity. Read-only." } ] } ], "bundled": true }