> ## 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 데이터 모델입니다. 초대된 엔터티가 그룹에 의해 차단되지 않은 경우 그룹 가입에 대한 미결 초대를 수락합니다. 성공한 경우 반환되는 값은 없습니다.

## Syntax

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

### Members

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

그룹의 식별자입니다.

## Requirements

**Header:** PFGroupsTypes.h

## See also

[PFGroupsTypes members](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members)


## Related topics

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