Skip to main content
PFGroupsGroupInvitation data model. Describes an invitation to a group.

Syntax

Members

expires   time_t When the invitation will expire and be deleted. group   PFEntityKey const*
may be nullptr
(Optional) The group that the entity invited to. invitedByEntity   PFGroupsEntityWithLineage const*
may be nullptr
(Optional) The entity that created the invitation. invitedEntity   PFGroupsEntityWithLineage const*
may be nullptr
(Optional) The entity that is invited. roleId   const char*
is null-terminated
(Optional) ID of the role in the group to assign the user to.

Requirements

Header: PFGroupsTypes.h

See also

PFGroupsTypes members
Last modified on August 1, 2026