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

# PFFriendsServerAddFriendRequest

> PFFriendsServerAddFriendRequest データ モデル。

PFFriendsServerAddFriendRequest データ モデル。

## 構文

```cpp theme={null}
typedef struct PFFriendsServerAddFriendRequest {  
    const char* friendEmail;  
    const char* friendPlayFabId;  
    const char* friendTitleDisplayName;  
    const char* friendUsername;  
    const char* playFabId;  
} PFFriendsServerAddFriendRequest;  
```

### メンバー

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

(省略可能) 追加するユーザーのメール アドレス。

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

(省略可能) 追加するユーザーの PlayFab 識別子。

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

(省略可能) 追加するユーザーのタイトル固有の表示名。

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

(省略可能) 追加するユーザーの PlayFab ユーザー名。

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

新しいフレンドを追加するプレイヤーの PlayFab 識別子。

## 要件

**ヘッダー:** PFFriendsTypes.h

## 関連項目

[PFFriendsTypes のメンバー](/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members)


## Related topics

- [PFFriendsServerAddFriendAsync](/ja-jp/services/playfab/api-references/c/pffriends/functions/pffriendsserveraddfriendasync.md)
- [Services C API overview - PFFriendsTypes.h](/ja-jp/services/playfab/api-references/c/pffriendstypes/pffriendstypes_members.md)
- [PFFriendsClientAddFriendRequest](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsclientaddfriendrequest.md)
- [PFFriendsServerRemoveFriendRequest](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsserverremovefriendrequest.md)
- [PFFriendsServerGetFriendsListRequest](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsservergetfriendslistrequest.md)
