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

# PFGroupsAcceptGroupApplicationRequest

> PFGroupsAcceptGroupApplicationRequest データ モデル。招待されたエンティティがグループによってブロックされていない場合、グループへの参加の未処理の招待を承諾します。

PFGroupsAcceptGroupApplicationRequest データ モデル。招待されたエンティティがグループによってブロックされていない場合、グループへの参加の未処理の招待を承諾します。成功した場合、何も返されません。

## 構文

```cpp theme={null}
typedef struct PFGroupsAcceptGroupApplicationRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFEntityKey const* entity;  
    PFEntityKey const* group;  
} PFGroupsAcceptGroupApplicationRequest;  
```

### メンバー

**`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\*

承諾するエンティティのタイプ。クレーム所有者と同じエンティティ、またはクレーム所有者エンティティの子であるエンティティである必要があります。

**`group`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

グループの識別子。

## 要件

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

## 関連項目

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


## Related topics

- [PFGroupsAcceptGroupApplicationAsync](/ja-jp/services/playfab/api-references/c/pfgroups/functions/pfgroupsacceptgroupapplicationasync.md)
- [Services C API overview - PFGroupsTypes.h](/ja-jp/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsAcceptGroupInvitationRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsacceptgroupinvitationrequest.md)
- [PFGroupsRemoveGroupApplicationRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsremovegroupapplicationrequest.md)
- [PFGroupsListGroupApplicationsRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupslistgroupapplicationsrequest.md)
