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

# PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest

> PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest 데이터 모델입니다.

PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest {  
    const char* const* playFabIDs;  
    uint32_t playFabIDsCount;  
} PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest;  
```

### 멤버

**`playFabIDs`**   const char\* const\*

타이틀이 서버 사용자 지정 식별자를 가져와야 하는 고유한 PlayFab 플레이어 식별자의 배열입니다. 25개 이상의 식별자를 포함할 수 없습니다.

**`playFabIDsCount`**   uint32\_t

playFabIDs의 개수

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

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


## Related topics

- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsasync.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResult](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresult.md)
- [PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetservercustomidsfromplayfabidsresult.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResultSize](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresultsize.md)
