> ## 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](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromPSNAccountIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfrompsnaccountidsasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromkongregateidsrequest.md)
- [PFAccountManagementGetPlayFabIDsFromFacebookIDsRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromfacebookidsrequest.md)
