事件
profilePhoto resource type
Namespace: microsoft.graph
Represents a profile photo of a user, group, team, or Outlook contact accessed from Exchange Online or Microsoft Entra ID. The data is binary and not encoded in base-64.
Method | Return type | Description |
---|---|---|
Get team photo | profilePhoto | Read the properties and relationships of a profile photo object. |
Update team photo | profilePhoto | Update the properties of a profile photo object. |
Delete photo | profilePhoto | Delete the profile photo of a user or group. |
備註
Managing users' photos using the Microsoft Graph API is currently not supported in Azure AD B2C tenants.
The delete operation supports only user or group photos, but not Outlook contact nor Teams photos.
Property | Type | Description |
---|---|---|
id | string | Read-only. |
height | int32 | The height of the photo. Read-only. |
width | int32 | The width of the photo. Read-only. |
None.
The following JSON representation shows the resource type.
JSON
{
"id": "String",
"height": 240,
"width": 240
}