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

# PFGroupsCreateGroupRequest

> PFGroupsCreateGroupRequest データ モデル。タイトルのグループ テンプレートに基づいて、新しいグループと、管理者およびメンバーのロールを作成します。

PFGroupsCreateGroupRequest データ モデル。タイトルのグループ テンプレートに基づいて、新しいグループと、管理者およびメンバーのロールを作成します。作成されたグループに関する情報を返します。

## 構文

```cpp theme={null}
typedef struct PFGroupsCreateGroupRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFEntityKey const* entity;  
    const char* groupName;  
} PFGroupsCreateGroupRequest;  
```

### メンバー

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(省略可能) リクエストに関連付けられている省略可能なカスタム タグ (ビルド番号、外部トレース識別子など)。

**`customTagsCount`**   uint32\_t

customTags の数

**`entity`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*<br />*may be nullptr*

(省略可能) このアクションの実行対象となる省略可能なエンティティ。既定では、現在ログインしているエンティティになります。

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

グループの名前。既定ではタイトル レベルで一意です。

## 要件

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

## 関連項目

[PFGroupsTypes のメンバー](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members)


## Related topics

- [PFGroupsCreateGroupAsync](/ja-jp/services/playfab/api-references/c/pfgroups/functions/pfgroupscreategroupasync.md)
- [Services C API overview - PFGroupsTypes.h](/ja-jp/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsCreateGroupRoleRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupscreategrouprolerequest.md)
- [PFGroupsCreateRoleAsync](/ja-jp/services/playfab/api-references/c/pfgroups/functions/pfgroupscreateroleasync.md)
- [PFGroupsCreateGroupResponse](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupscreategroupresponse.md)
