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

# PFAccountManagementClientUpdateAvatarUrlRequest

> PFAccountManagementClientUpdateAvatarUrlRequest データ モデル。

PFAccountManagementClientUpdateAvatarUrlRequest データ モデル。

## 構文

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

### メンバー

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

アバター画像の URL。空の場合、既存のアバター URL を削除します。

## 要件

**ヘッダー:** PFAccountManagementTypes.h

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

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