> ## 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](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupscreategroupasync.md)
- [Services C API overview - PFGroupsTypes.h](/ko/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsCreateGroupRoleRequest](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupscreategrouprolerequest.md)
- [PFGroupsCreateRoleAsync](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupscreateroleasync.md)
- [PFGroupsCreateGroupResponse](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupscreategroupresponse.md)
