Skip to main content
PFAccountManagementSetDisplayNameRequest data model. Given an entity profile, will update its display name to the one passed in if the profile’s version is equal to the specified value.

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
(Optional) The new value to be set on Entity Profile’s display name. entity   PFEntityKey const*
may be nullptr
(Optional) The optional entity to perform this action on. Defaults to the currently logged in entity. expectedVersion   int32_t const*
may be nullptr
(Optional) The expected version of a profile to perform this update on.

Requirements

Header: PFAccountManagementTypes.h

See also

PFAccountManagementTypes members
Last modified on September 11, 2026