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

# PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest

> PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest 데이터 모델입니다.

PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest {  
    int32_t const* issuerId;  
    const char* const* PSNAccountIDs;  
    uint32_t PSNAccountIDsCount;  
} PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest;  
```

### 멤버

**`issuerId`**   int32\_t const\*<br />*nullptr일 수 있음*

(선택 사항) PlayStation :tm: Network 발급자 환경의 Id입니다. null인 경우 프로덕션 환경으로 기본 설정됩니다.

**`PSNAccountIDs`**   const char\* const\*

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

**`PSNAccountIDsCount`**   uint32\_t

PSNAccountIDs의 개수

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromPSNAccountIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfrompsnaccountidsasync.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromkongregateidsrequest.md)
- [PFAccountManagementGetPlayFabIDsFromSteamIDsRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromsteamidsrequest.md)
