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

# PFFriendsFriendInfo

> PFFriendsFriendInfo data model.

PFFriendsFriendInfo data model.

## Syntax

```cpp theme={null}
typedef struct PFFriendsFriendInfo {  
    PFUserFacebookInfo const* facebookInfo;  
    const char* friendPlayFabId;  
    PFUserGameCenterInfo const* gameCenterInfo;  
    PFPlayerProfileModel const* profile;  
    PFUserPsnInfo const* PSNInfo;  
    PFUserSteamInfo const* steamInfo;  
    const char* const* tags;  
    uint32_t tagsCount;  
    const char* titleDisplayName;  
    const char* username;  
    PFUserXboxInfo const* xboxInfo;  
} PFFriendsFriendInfo;  
```

### Members

**`facebookInfo`**   [PFUserFacebookInfo](/services/playfab/api-references/c/pftypes/structs/pfuserfacebookinfo) const\*<br />*may be nullptr*

(Optional) Available Facebook information (if the user and connected Facebook friend both have PlayFab Accounts in the same title).

**`friendPlayFabId`**   const char\*<br />*is null-terminated*

(Optional) PlayFab unique identifier for this friend.

**`gameCenterInfo`**   [PFUserGameCenterInfo](/services/playfab/api-references/c/pftypes/structs/pfusergamecenterinfo) const\*<br />*may be nullptr*

(Optional) Available Game Center information (if the user and connected Game Center friend both have PlayFab Accounts in the same title).

**`profile`**   [PFPlayerProfileModel](/services/playfab/api-references/c/pftypes/structs/pfplayerprofilemodel) const\*<br />*may be nullptr*

(Optional) The profile of the user, if requested.

**`PSNInfo`**   [PFUserPsnInfo](/services/playfab/api-references/c/pftypes/structs/pfuserpsninfo) const\*<br />*may be nullptr*

(Optional) Available PlayStation :tm: Network information, if the user connected PlayStation :tm Network friend both have PlayFab Accounts in the same title.

**`steamInfo`**   [PFUserSteamInfo](/services/playfab/api-references/c/pftypes/structs/pfusersteaminfo) const\*<br />*may be nullptr*

(Optional) Available Steam information (if the user and connected Steam friend both have PlayFab Accounts in the same title).

**`tags`**   const char\* const\*<br />*may be nullptr*

(Optional) Tags which have been associated with this friend.

**`tagsCount`**   uint32\_t

Count of tags

**`titleDisplayName`**   const char\*<br />*is null-terminated*

(Optional) Title-specific display name for this friend.

**`username`**   const char\*<br />*is null-terminated*

(Optional) PlayFab unique username for this friend.

**`xboxInfo`**   [PFUserXboxInfo](/services/playfab/api-references/c/pftypes/structs/pfuserxboxinfo) const\*<br />*may be nullptr*

(Optional) Available XBOX information, (if the user and connected XBOX Live friend both have PlayFab Accounts in the same title).

## Requirements

**Header:** PFFriendsTypes.h

## See also

[PFFriendsTypes members](/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members)


## Related topics

- [PFFriendsGetFriendsListResult](/services/playfab/api-references/c/pffriendstypes/structs/pffriendsgetfriendslistresult.md)
- [Services C API overview - PFFriendsTypes.h](/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members.md)
- [Friends](/services/playfab/community/associations/friends/index.md)
- [Friends lists](/services/playfab/community/associations/friends/quickstart.md)
- [Friends Leaderboards](/services/playfab/community/leaderboards/tournaments-leaderboards/friends-leaderboards.md)
