{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin teams.profilePhoto API", "version": "1.0.0" }, "items": [ { "info": { "name": "teams.profilePhoto", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get profilePhoto", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/photo", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,\r\n360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they're stored in Microsoft Entra ID. You can get the metadata of the largest available photo or specify a size to get the metadata for that photo size.\r\nIf the size you request is unavailable, you can still get a smaller size that the user has uplo" }, { "info": { "name": "Microsoft Graph Update profilePhoto", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/photo", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the photo for the specified contact, group, team, or user in a tenant. The size of the photo you can update to is limited to 4 MB. You can use either PATCH or PUT for this operation." }, { "info": { "name": "Microsoft Graph Get profilePhoto", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/photo/$value", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" } ] }, "docs": "Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,\r\n360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they're stored in Microsoft Entra ID. You can get the metadata of the largest available photo or specify a size to get the metadata for that photo size.\r\nIf the size you request is unavailable, you can still get a smaller size that the user has uplo" }, { "info": { "name": "Microsoft Graph Update profilePhoto", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/photo/$value", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" } ] }, "docs": "Update the photo for the specified contact, group, team, or user in a tenant. The size of the photo you can update to is limited to 4 MB. You can use either PATCH or PUT for this operation." }, { "info": { "name": "Microsoft Graph Delete media content for the navigation property photo in teams", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/photo/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" } ] }, "docs": "The profile photo for the team." } ] } ], "bundled": true }