Skip to main content
Gets the PlayFab Entity ID of the user that created this invitation or nullptr if this invitation was generated as part of a PartyManager::CreateNewNetwork() operation.

Syntax

Parameters

entityId   PartyString*
library-allocated output, may return nullptr
The output Entity ID of the user that created this invitation, or nullptr.

Return value

PartyError c_partyErrorSuccess if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via PartyManager::GetErrorMessage().

Requirements

Header: Party.h

See also

PartyInvitation
Last modified on August 3, 2026