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

# PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest

> PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest 데이터 모델입니다.

PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest {  
    const char* sandbox;  
    const char* const* xboxLiveAccountIDs;  
    uint32_t xboxLiveAccountIDsCount;  
} PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest;  
```

### 멤버

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

(선택 사항) XBOX Live sandbox의 ID입니다.

**`xboxLiveAccountIDs`**   const char\* const\*

타이틀이 PlayFab 식별자를 가져와야 하는 고유한 XBOX Live 계정 식별자의 배열입니다. 배열의 길이는 2,000을 초과할 수 없습니다.

**`xboxLiveAccountIDsCount`**   uint32\_t

xboxLiveAccountIDs의 개수

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromXboxLiveIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromxboxliveidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromXboxLiveIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromxboxliveidsasync.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetTitlePlayersFromXboxLiveIDsRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgettitleplayersfromxboxliveidsrequest.md)
- [PFAccountManagementGetTitlePlayersFromXboxLiveIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementgettitleplayersfromxboxliveidsasync.md)
