> ## 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 />*null로 종료됨*

아바타 이미지의 URL입니다. 비어 있으면 기존 아바타 URL이 제거됩니다.

**`playFabId`**   const char\*<br />*null로 종료됨*

작업이 수행될 사용자의 고유 PlayFab 할당 ID입니다.

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

[PFAccountManagementTypes 멤버](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementServerUpdateAvatarUrlAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverupdateavatarurlasync.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementClientUpdateAvatarUrlRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientupdateavatarurlrequest.md)
- [PFAccountManagementClientUpdateAvatarUrlAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientupdateavatarurlasync.md)
- [avatar_url_updated](/ko/services/playfab/api-references/events/PlayerProfile/avatar-url-updated.md)
