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

# PFAccountManagementGetPlayFabIDsFromNintendoSwitchDeviceIdsRequest

> PFAccountManagementGetPlayFabIDsFromNintendoSwitchDeviceIdsRequest data model.

PFAccountManagementGetPlayFabIDsFromNintendoSwitchDeviceIdsRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromNintendoSwitchDeviceIdsRequest {  
    const char* const* nintendoSwitchDeviceIds;  
    uint32_t nintendoSwitchDeviceIdsCount;  
} PFAccountManagementGetPlayFabIDsFromNintendoSwitchDeviceIdsRequest;  
```

### Members

**`nintendoSwitchDeviceIds`**   const char\* const\*

Array of unique Nintendo Switch Device identifiers for which the title needs to get PlayFab identifiers. The array cannot exceed 2,000 in length.

**`nintendoSwitchDeviceIdsCount`**   uint32\_t

Count of nintendoSwitchDeviceIds

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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