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

# PFAccountManagementGetPlayFabIDsFromNintendoServiceAccountIdsRequest

> PFAccountManagementGetPlayFabIDsFromNintendoServiceAccountIdsRequest データ モデル。

PFAccountManagementGetPlayFabIDsFromNintendoServiceAccountIdsRequest データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromNintendoServiceAccountIdsRequest {  
    const char* const* nintendoAccountIds;  
    uint32_t nintendoAccountIdsCount;  
} PFAccountManagementGetPlayFabIDsFromNintendoServiceAccountIdsRequest;  
```

### メンバー

**`nintendoAccountIds`**   const char\* const\*

タイトルが PlayFab 識別子を取得する必要がある、一意な Nintendo Switch Account 識別子の配列です。配列の長さは 2,000 を超えることはできません。

**`nintendoAccountIdsCount`**   uint32\_t

nintendoAccountIds の数

## 要件

**ヘッダー:** PFAccountManagementTypes.h

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromNintendoServiceAccountIdsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromnintendoserviceaccountidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromNintendoServiceAccountIdsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromnintendoserviceaccountidsasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromNintendoSwitchDeviceIdsRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromnintendoswitchdeviceidsrequest.md)
- [PFAccountManagementGetPlayFabIDsFromNintendoServiceAccountIdsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromnintendoserviceaccountidsresult.md)
