Skip to main content
PFAccountManagementUpdateUserTitleDisplayNameRequest data model. In addition to the PlayFab username, titles can make use of a DisplayName which is also a unique identifier, but specific to the title. This allows for unique names which more closely match the theme or genre of a title, for example.

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 displayName   const char*
is null-terminated
New title display name for the user - must be between 3 and 25 characters.

Requirements

Header: PFAccountManagementTypes.h

See also

PFAccountManagementTypes members
Last modified on August 3, 2026