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

# PFAccountManagementRevokeBansRequest

> PFAccountManagementRevokeBansRequest データ モデル。指定されたすべての禁止のアクティブ状態を、既に期限切れかどうかに関係なく Inactive に設定します。

PFAccountManagementRevokeBansRequest データ モデル。指定されたすべての禁止のアクティブ状態を、既に期限切れかどうかに関係なく Inactive に設定します。存在しない BanId はスキップされます。適用された更新の情報のみが返されます。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementRevokeBansRequest {  
    const char* const* banIds;  
    uint32_t banIdsCount;  
} PFAccountManagementRevokeBansRequest;  
```

### メンバー

**`banIds`**   const char\* const\*

取り消される禁止の ID。最大 100 件。

**`banIdsCount`**   uint32\_t

banIds の数。

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementServerRevokeBansAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverrevokebansasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementRevokeAllBansForUserRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementrevokeallbansforuserrequest.md)
- [PFAccountManagementServerRevokeAllBansForUserAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverrevokeallbansforuserasync.md)
- [PFAccountManagementRevokeBansResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementrevokebansresult.md)
