Skip to main content
PFAccountManagementBanInfo data model. Contains information for a ban.

Syntax

Members

active   bool The active state of this ban. Expired bans may still have this value set to true but they will have no effect. banId   const char*
is null-terminated
(Optional) The unique Ban Id associated with this ban. created   time_t const*
may be nullptr
(Optional) The time when this ban was applied. expires   time_t const*
may be nullptr
(Optional) The time when this ban expires. Permanent bans do not have expiration date. IPAddress   const char*
is null-terminated
(Optional) The IP address on which the ban was applied. May affect multiple players. playFabId   const char*
is null-terminated
(Optional) Unique PlayFab assigned ID of the user on whom the operation will be performed. reason   const char*
is null-terminated
(Optional) The reason why this ban was applied. userFamilyType   const char*
is null-terminated
(Optional) The family type of the suer that is included in the ban.

Requirements

Header: PFAccountManagementTypes.h

See also

PFAccountManagementTypes members
Last modified on August 1, 2026