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

# PFAccountManagementGetUserBansRequest

> PFAccountManagementGetUserBansRequest データ モデル。非アクティブおよび期限切れの禁止を含む、ユーザーのすべての禁止を取得します。

PFAccountManagementGetUserBansRequest データ モデル。非アクティブおよび期限切れの禁止を含む、ユーザーのすべての禁止を取得します。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementGetUserBansRequest {  
    const char* playFabId;  
} PFAccountManagementGetUserBansRequest;  
```

### メンバー

**`playFabId`**   const char\*<br />*null で終端されます*

操作の対象となるユーザーの、PlayFab によって割り当てられた一意の ID です。

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementServerGetUserBansAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetuserbansasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementBanUsersRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementbanusersrequest.md)
- [PFAccountManagementServerBanUsersAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverbanusersasync.md)
- [PFAccountManagementRevokeAllBansForUserRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementrevokeallbansforuserrequest.md)
