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

# PFUserNintendoSwitchDeviceIdInfo

> PFUserNintendoSwitchDeviceIdInfo data model.

PFUserNintendoSwitchDeviceIdInfo data model.

## Syntax

```cpp theme={null}
typedef struct PFUserNintendoSwitchDeviceIdInfo {  
    const char* nintendoSwitchDeviceId;  
} PFUserNintendoSwitchDeviceIdInfo;  
```

### Members

**`nintendoSwitchDeviceId`**   const char\*\
*is null-terminated*

(Optional) Nintendo Switch Device ID.

## Requirements

**Header:** PFTypes.h

## See also

[PFTypes members](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFUserAccountInfo](/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Services C API overview - PFTypes.h](/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserNintendoSwitchAccountIdInfo](/services/playfab/api-references/c/pftypes/structs/pfusernintendoswitchaccountidinfo.md)
- [PFAccountManagementServerLinkNintendoSwitchDeviceIdRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverlinknintendoswitchdeviceidrequest.md)
- [PFAccountManagementClientLinkNintendoSwitchDeviceIdRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientlinknintendoswitchdeviceidrequest.md)
