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

# PFProfilesGetEntityProfilesRequest

> PFProfilesGetEntityProfilesRequest 데이터 모델입니다. 엔터티 유형과 엔터티 식별자 집합을 지정하면 호출자가 읽을 수 있는 모든 프로필 속성을 검색합니다.

PFProfilesGetEntityProfilesRequest 데이터 모델입니다. 엔터티 유형과 엔터티 식별자 집합을 지정하면 호출자가 읽을 수 있는 모든 프로필 속성을 검색합니다. 호출자가 읽을 권한이 없는 프로필은 결과에 조용히 포함되지 않습니다.

## 구문

```cpp theme={null}
typedef struct PFProfilesGetEntityProfilesRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    bool const* dataAsObject;  
    PFEntityKey const* entities;  
    uint32_t entitiesCount;  
} PFProfilesGetEntityProfilesRequest;  
```

### 멤버

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

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

**`customTagsCount`**   uint32\_t

customTags의 개수입니다.

**`dataAsObject`**   bool const\*<br />*may be nullptr*

(선택 사항) 개체를 이스케이프된 JSON 문자열로 반환할지, 이스케이프되지 않은 JSON 개체로 반환할지 결정합니다. 기본값은 JSON 문자열입니다.

**`entities`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

로드할 프로필의 엔터티 키입니다. 1에서 25 사이여야 합니다.

**`entitiesCount`**   uint32\_t

entities의 개수입니다.

## 요구 사항

**헤더:** PFProfilesTypes.h

## 참고 항목

[PFProfilesTypes 멤버](/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members)


## Related topics

- [PFProfilesGetProfilesAsync](/ko/services/playfab/api-references/c/pfprofiles/functions/pfprofilesgetprofilesasync.md)
- [Services C API 개요 - PFProfilesTypes.h](/ko/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members.md)
- [PFProfilesGetEntityProfileRequest](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesgetentityprofilerequest.md)
- [PFProfilesSetEntityProfilePolicyRequest](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilessetentityprofilepolicyrequest.md)
- [PFProfilesGetEntityProfileResponse](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesgetentityprofileresponse.md)
