Skip to main content
PFAccountManagementAddUsernamePasswordRequest data model.

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. password   const char*
is null-terminated
Password for the PlayFab account (6-100 characters). username   const char*
is null-terminated
PlayFab username for the account (3-20 characters).

Requirements

Header: PFAccountManagementTypes.h

See also

PFAccountManagementTypes members
Last modified on August 1, 2026