> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFAccountManagementUpdateUserTitleDisplayNameRequest

> PFAccountManagementUpdateUserTitleDisplayNameRequest data model. In addition to the PlayFab username, titles can make use of a DisplayName which is also a.

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

```cpp theme={null}
typedef struct PFAccountManagementUpdateUserTitleDisplayNameRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* displayName;  
} PFAccountManagementUpdateUserTitleDisplayNameRequest;  
```

### Members

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*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\*<br />*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](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientUpdateUserTitleDisplayNameAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientupdateusertitledisplaynameasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementUpdateUserTitleDisplayNameResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementupdateusertitledisplaynameresult.md)
- [PFAccountManagementClientUpdateUserTitleDisplayNameGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientupdateusertitledisplaynamegetresult.md)
- [PFAccountManagementClientUpdateUserTitleDisplayNameGetResultSize](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientupdateusertitledisplaynamegetresultsize.md)
