> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFAccountManagementServerUpdateAvatarUrlRequest

> PFAccountManagementServerUpdateAvatarUrlRequest 数据模型。

PFAccountManagementServerUpdateAvatarUrlRequest 数据模型。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementServerUpdateAvatarUrlRequest {  
    const char* imageUrl;  
    const char* playFabId;  
} PFAccountManagementServerUpdateAvatarUrlRequest;  
```

### 成员

**`imageUrl`**   const char\*<br />*is null-terminated*

头像图像的 URL。如果为空，则删除现有头像 URL。

**`playFabId`**   const char\*<br />*is null-terminated*

将对其执行操作的用户的唯一 PlayFab 分配 ID。

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

[PFAccountManagementTypes 成员](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)
