> ## 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)


## Related topics

- [PFAccountManagementServerUpdateAvatarUrlAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverupdateavatarurlasync.md)
- [PFAccountManagementClientUpdateAvatarUrlRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientupdateavatarurlrequest.md)
- [PFAccountManagementClientUpdateAvatarUrlAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientupdateavatarurlasync.md)
- [avatar_url_updated](/ja-jp/services/playfab/api-references/events/PlayerProfile/avatar-url-updated.md)
- [Services C API overview - PFAccountManagement.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members.md)
