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

# PFUserXboxInfo

> PFUserXboxInfo data model.

PFUserXboxInfo data model.

## Syntax

```cpp theme={null}
typedef struct PFUserXboxInfo {  
    const char* xboxUserId;  
    const char* xboxUserSandbox;  
} PFUserXboxInfo;  
```

### Members

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

(Optional) XBox user ID.

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

(Optional) XBox user sandbox.

## Requirements

**Header:** PFTypes.h

## See also

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


## Related topics

- [PFFriendsFriendInfo](/services/playfab/api-references/c/pffriendstypes/structs/pffriendsfriendinfo.md)
- [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)
- [Supplemental info](/publishing/game-publishing/concepts/certification/certification-supplemental-info.md)
- [PFUserPsnInfo](/services/playfab/api-references/c/pftypes/structs/pfuserpsninfo.md)
