USER_STATUS
USER_STATUS is used to describe the current state of a User. A User may exist in multiple states.
enum USER_STATUS { ACTIVE BANNED SUSPENDED PREMOD WARNED}Values#
ACTIVE#
ACTIVE is used when a User is not suspended or banned.
BANNED#
BANNED is used when a User is banned.
SUSPENDED#
SUSPENDED is used when a User is currently suspended.
PREMOD#
PREMOD is used when a User is currently set to require pre-moderation.
WARNED#
WARNED is used when a user has been warned about behaviour and has not acknowledged