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

# PFAccountManagementRevokeAllBansForUserResult

> PFAccountManagementRevokeAllBansForUserResult data model.

PFAccountManagementRevokeAllBansForUserResult data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementRevokeAllBansForUserResult {  
    PFAccountManagementBanInfo const* banData;  
    uint32_t banDataCount;  
} PFAccountManagementRevokeAllBansForUserResult;  
```

### Members

**`banData`**   [PFAccountManagementBanInfo](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementbaninfo) const\*<br />*may be nullptr*

(Optional) Information on the bans that were revoked.

**`banDataCount`**   uint32\_t

Count of banData

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

[PFAccountManagementTypes members](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementServerRevokeAllBansForUserGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverrevokeallbansforusergetresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementServerRevokeAllBansForUserAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverrevokeallbansforuserasync.md)
- [PFAccountManagementServerRevokeAllBansForUserGetResultSize](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverrevokeallbansforusergetresultsize.md)
- [PFAccountManagementRevokeAllBansForUserRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementrevokeallbansforuserrequest.md)
