Skip to main content
PFAccountManagementUpdateBanRequest data model. Represents a single update ban request.

Syntax

Members

active   bool const*
may be nullptr
(Optional) The updated active state for the ban. Null for no change. banId   const char*
is null-terminated
The id of the ban to be updated. expires   time_t const*
may be nullptr
(Optional) The updated expiration date for the ban. Null for no change. IPAddress   const char*
is null-terminated
(Optional) The updated IP address for the ban. Null for no change. permanent   bool const*
may be nullptr
(Optional) Whether to make this ban permanent. Set to true to make this ban permanent. This will not modify Active state. reason   const char*
is null-terminated
(Optional) The updated reason for the ban to be updated. Maximum 140 characters. Null for no change. userFamilyType   PFAccountManagementUserFamilyType const*
may be nullptr
(Optional) The updated family type of the user that should be included in the ban. Null for no change.

Requirements

Header: PFAccountManagementTypes.h

See also

PFAccountManagementTypes members
Last modified on August 1, 2026