Skip to main content
PFAccountManagementSendAccountRecoveryEmailRequest data model. If the account in question is a “temporary” account (for example, one that was created via a call to LoginFromIOSDeviceID), thisfunction will have no effect. Only PlayFab accounts which have valid email addresses will be able to receive a password reset email using this API.

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 email   const char*
is null-terminated
User email address attached to their account. emailTemplateId   const char*
is null-terminated
(Optional) The email template id of the account recovery email template to send. titleId   const char*
is null-terminated
Unique identifier for the title, found in the Settings> Game Properties section of the PlayFab developer site when a title has been selected.

Requirements

Header: PFAccountManagementTypes.h

See also

PFAccountManagementTypes members
Last modified on August 3, 2026