Skip to main content
PFGroupsCreateGroupRequest data model. Creates a new group, as well as administration and member roles, based off of a title’s group template. Returns information about the group that was created.

Syntax

Members

customTags   PFStringDictionaryEntry const*
may be nullptr
(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). customTagsCount   uint32_t Count of customTags entity   PFEntityKey const*
may be nullptr
(Optional) The optional entity to perform this action on. Defaults to the currently logged in entity. groupName   const char*
is null-terminated
The name of the group. This is unique at the title level by default.

Requirements

Header: PFGroupsTypes.h

See also

PFGroupsTypes members
Last modified on August 3, 2026