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

# PFAccountManagementGetTitlePlayersFromXboxLiveIDsRequest

> PFAccountManagementGetTitlePlayersFromXboxLiveIDsRequest 데이터 모델입니다. XBOX ID(XUID) 컬렉션이 주어지면 모든 타이틀 플레이어 계정을 반환합니다.

PFAccountManagementGetTitlePlayersFromXboxLiveIDsRequest 데이터 모델입니다. XBOX ID(XUID) 컬렉션이 주어지면 모든 타이틀 플레이어 계정을 반환합니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementGetTitlePlayersFromXboxLiveIDsRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* sandbox;  
    const char* titleId;  
    const char* const* xboxLiveIds;  
    uint32_t xboxLiveIdsCount;  
} PFAccountManagementGetTitlePlayersFromXboxLiveIDsRequest;  
```

### 멤버

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

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

**`customTagsCount`**   uint32\_t

customTags의 개수

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

플레이어의 XBOX 토큰에 있던 XBOX Sandbox입니다.

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

(선택 사항) 플레이어를 가져올 타이틀의 선택적 ID이며, master\_player\_account를 사용하여 호출하는 경우 필요합니다.

**`xboxLiveIds`**   const char\* const\*

XBOX Live XUID 목록입니다.

**`xboxLiveIdsCount`**   uint32\_t

xboxLiveIds의 개수

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

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


## Related topics

- [PFAccountManagementGetTitlePlayersFromXboxLiveIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementgettitleplayersfromxboxliveidsasync.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetTitlePlayersFromXboxLiveIDsGetResult](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementgettitleplayersfromxboxliveidsgetresult.md)
- [PFAccountManagementGetTitlePlayersFromXboxLiveIDsGetResultSize](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementgettitleplayersfromxboxliveidsgetresultsize.md)
- [PFAccountManagementServerGetPlayFabIDsFromXboxLiveIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromxboxliveidsasync.md)
