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

# PFUserTwitchInfo

> PFUserTwitchInfo data model.

PFUserTwitchInfo data model.

## Syntax

```cpp theme={null}
typedef struct PFUserTwitchInfo {  
    const char* twitchId;  
    const char* twitchUserName;  
} PFUserTwitchInfo;  
```

### Members

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

(Optional) Twitch ID.

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

(Optional) Twitch Username.

## 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)
- [PFAccountManagementTwitchPlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementtwitchplayfabidpair.md)
- [PFAccountManagementClientUnlinkTwitchAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinktwitchasync.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsasync.md)
