Skip to main content
PFGroupsCreateGroupResponse data model.

Syntax

Members

adminRoleId   const char*
is null-terminated
(Optional) The ID of the administrator role for the group. created   time_t The server date and time the group was created. group   PFEntityKey const* The identifier of the group. groupName   const char*
is null-terminated
(Optional) The name of the group. memberRoleId   const char*
is null-terminated
(Optional) The ID of the default member role for the group. profileVersion   int32_t The current version of the profile, can be used for concurrency control during updates. roles   PFStringDictionaryEntry const*
may be nullptr
(Optional) The list of roles and names that belong to the group. rolesCount   uint32_t Count of roles

Requirements

Header: PFGroupsTypes.h

See also

PFGroupsTypes members
Last modified on August 1, 2026