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

# PFAccountManagementGetPlayerProfileRequest

> PFAccountManagementGetPlayerProfileRequest 데이터 모델입니다. 이 API는 일반적으로 고객 지원 등의 목적으로 PlayFab 서비스의 사용자에 관한 세부 정보에 액세스할 수 있도록 합니다.

PFAccountManagementGetPlayerProfileRequest 데이터 모델입니다. 이 API는 일반적으로 고객 지원 목적으로 PlayFab 서비스의 사용자에 관한 세부 정보에 액세스할 수 있도록 합니다. 반환되는 데이터는 이메일 주소와 같은 개인 식별 정보(PII)일 수 있으므로 이 데이터를 저장하고 관리하는 방법에 주의해야 합니다. 이 호출은 항상 타이틀에 액세스한 사용자에 대한 관련 정보를 반환하므로, 이 데이터를 로컬에 저장하지 않는 것이 좋습니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementGetPlayerProfileRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* playFabId;  
    PFPlayerProfileViewConstraints const* profileConstraints;  
} PFAccountManagementGetPlayerProfileRequest;  
```

### 멤버

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*nullptr일 수 있음*

(선택 사항) 요청과 관련된 선택적 사용자 지정 태그입니다(예: 빌드 번호, 외부 추적 식별자 등).

**`customTagsCount`**   uint32\_t

customTags의 개수

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

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

**`profileConstraints`**   [PFPlayerProfileViewConstraints](/services/playfab/api-references/c/pftypes/structs/pfplayerprofileviewconstraints) const\*<br />*nullptr일 수 있음*

(선택 사항) null이 아닌 경우, 반환할 플레이어 프로필의 어떤 속성을 반환할지 결정합니다. 클라이언트에서의 API 호출의 경우, 타이틀에 허용된 클라이언트 프로필 속성만 요청할 수 있습니다. 이러한 허용된 속성은 Game Manager의 "Settings" 섹션에 있는 "Client Profile Options" 탭에서 구성됩니다.

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

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


## Related topics

- [PFAccountManagementClientGetPlayerProfileAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayerprofileasync.md)
- [PFAccountManagementServerGetPlayerProfileAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayerprofileasync.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementClientGetPlayerProfileGetResult](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayerprofilegetresult.md)
- [PFAccountManagementClientGetPlayerProfileGetResultSize](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayerprofilegetresultsize.md)
