Skip to main content
PFAccountManagementSendCustomAccountRecoveryEmailRequest data model. PlayFab accounts which have valid email address or username will be able to receive a password reset email using this API.The email sent must be an account recovery email template. The username or email can be passed in to send the email.

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
(Optional) User email address attached to their account. emailTemplateId   const char*
is null-terminated
The email template id of the account recovery email template to send. username   const char*
is null-terminated
(Optional) The user’s username requesting an account recovery.

Requirements

Header: PFAccountManagementTypes.h

See also

PFAccountManagementTypes members
Last modified on August 3, 2026