Skip to main content

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

USER_STATUS.ACTIVE

ACTIVE is used when a User is not suspended or banned.

USER_STATUS.BANNED

BANNED is used when a User is banned.

USER_STATUS.SUSPENDED

SUSPENDED is used when a User is currently suspended.

USER_STATUS.PREMOD

PREMOD is used when a User is currently set to require pre-moderation.

USER_STATUS.WARNED

WARNED is used when a user has been warned about behaviour and has not acknowledged

Member Of

UserStatus object