Skip to main content
PFAccountManagementAddOrUpdateContactEmailRequest data model. This API adds a contact email to the player’s profile. If the player’s profile already contains a contact email, it will update the contact email to the email address specified.

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 emailAddress   const char*
is null-terminated
The new contact email to associate with the player.

Requirements

Header: PFAccountManagementTypes.h

See also

PFAccountManagementTypes members
Last modified on August 3, 2026