> ## 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 データ モデル。タイトルは、PlayFab ユーザー名に加えて、一意識別子でありタイトル固有の DisplayName を使用できます。

PFAccountManagementUpdateUserTitleDisplayNameRequest データ モデル。タイトルは、PlayFab ユーザー名に加えて、一意識別子でありタイトル固有の DisplayName を使用できます。これにより、たとえばタイトルのテーマやジャンルに合わせた一意の名前を付けることができます。

## 構文

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

### メンバー

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(省略可) リクエストに関連付けられた省略可能なカスタム タグ (ビルド番号、外部トレース識別子など)。

**`customTagsCount`**   uint32\_t

customTags の数。

**`displayName`**   const char\*<br />*is null-terminated*

ユーザーの新しいタイトル表示名。3 文字から 25 文字の間で指定する必要があります。

## 要件

**ヘッダー:** PFAccountManagementTypes.h

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientUpdateUserTitleDisplayNameAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientupdateusertitledisplaynameasync.md)
- [PFAccountManagementUpdateUserTitleDisplayNameResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementupdateusertitledisplaynameresult.md)
- [PFAccountManagementClientUpdateUserTitleDisplayNameGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientupdateusertitledisplaynamegetresult.md)
- [PFAccountManagementClientUpdateUserTitleDisplayNameGetResultSize](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientupdateusertitledisplaynamegetresultsize.md)
- [PFAccountManagementUpdateBanRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementupdatebanrequest.md)
