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

# PFGroupsApplyToGroupRequest

> PFGroupsApplyToGroupRequest 데이터 모델입니다. 그룹에 참가하기 위한 신청을 만듭니다. 그룹 신청이 이미 존재하는 상태에서 이를 호출하면 동일한.

PFGroupsApplyToGroupRequest 데이터 모델입니다. 그룹에 참가하기 위한 신청을 만듭니다. 그룹 신청이 이미 존재하는 상태에서 이를 호출하면 오류 대신 동일한 신청이 반환되며, 신청이 만료되기 전까지의 시간은 갱신되지 않습니다. 기본적으로, 엔터티에 그룹 참가에 대한 미결 초대가 있는 경우 신청 대신 그룹 참가 초대가 수락되고, 나중에 정리해야 할 중복 참가 신청을 만드는 대신 이를 나타내는 오류가 반환됩니다. 신청에 대한 정보 또는 초대가 대신 수락되었음을 나타내는 오류를 반환합니다.

## 구문

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

### 멤버

**`autoAcceptOutstandingInvite`**   bool const\*<br />*may be nullptr*

(선택 사항) 선택 사항, 기본값 true. 신청을 만드는 대신 미결 초대가 있으면 자동으로 수락합니다.

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

(선택 사항) 이 작업을 수행할 선택적 엔터티입니다. 기본값은 현재 로그인된 엔터티입니다.

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

- [PFGroupsApplyToGroupAsync](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupsapplytogroupasync.md)
- [Services C API overview - PFGroupsTypes.h](/ko/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsApplyToGroupResponse](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsapplytogroupresponse.md)
- [PFGroupsApplyToGroupGetResult](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupsapplytogroupgetresult.md)
- [PFGroupsApplyToGroupGetResultSize](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupsapplytogroupgetresultsize.md)
