> ## 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.

# PFAccountManagementClientUpdateUserTitleDisplayNameAsync

> Updates the title specific display name for the user

Updates the title specific display name for the user

## Syntax

```cpp theme={null}
HRESULT PFAccountManagementClientUpdateUserTitleDisplayNameAsync(  
    PFEntityHandle entityHandle,  
    const PFAccountManagementUpdateUserTitleDisplayNameRequest* request,  
    XAsyncBlock* async  
)  
```

### Parameters

**`entityHandle`**   PFEntityHandle

PFEntityHandle to use for authentication.

**`request`**   [PFAccountManagementUpdateUserTitleDisplayNameRequest\*](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementupdateusertitledisplaynamerequest)

Populated request object.

**`async`**   XAsyncBlock\*<br />*Inout*

XAsyncBlock for the async operation.

### Return value

Type: HRESULT

Result code for this API operation.

## Remarks

This API is available on Win32, Linux, and macOS. 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. When the asynchronous task is complete, call [PFAccountManagementClientUpdateUserTitleDisplayNameGetResultSize](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientupdateusertitledisplaynamegetresultsize) and [PFAccountManagementClientUpdateUserTitleDisplayNameGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientupdateusertitledisplaynamegetresult) to get the result.

## Requirements

**Header:** PFAccountManagement.h

## See also

[PFAccountManagement members](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members)


## Related topics

- [PFAccountManagementClientUpdateUserTitleDisplayNameGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientupdateusertitledisplaynamegetresult.md)
- [Services C API overview - PFAccountManagement.h](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members.md)
- [PFAccountManagementClientUpdateUserTitleDisplayNameGetResultSize](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientupdateusertitledisplaynamegetresultsize.md)
- [PFAccountManagementUpdateUserTitleDisplayNameRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementupdateusertitledisplaynamerequest.md)
- [PFAccountManagementUpdateUserTitleDisplayNameResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementupdateusertitledisplaynameresult.md)
