Ban
A Ban object contains data that articulates how to structure a ban. It is present on Recommendations within Events, when the Recommendation Type relates to a ban.
Attributes
action
enum The recommended Ban Action.until
number A Unix timestamp (ms) representing the time to end the ban.ip
string If the ban relates to an IP, this will contain the offending IP.email
string If the ban relates to an email Identifier, this will contain the email.phone
string If the ban relates to a phone Identifier, this will contain the phone number.userId
string If the ban relates to a user ID Identifier, this will contain the user ID.
Last updated