Special Fields
These are fields that are readable by all delegated and admin APIs, but are not directly mutable by patch APIs. These instead require special set of APIs that have built-in rules.
Verifications
See verifications API usage here. Verifications are exclusive to admin APIs.
- verified
- verifiedDate
- verifiedBy
Suspensions
See ban API usage here (Client API) and here (Admin API)
- isBanned
- bannedDate
- bannedBy
Restricted Accounts
By default, Liquid does not use isRestricted
flag for anything at all. But this is a useful feature if you want to shadow ban a user. For instance, based on this flag, you could decide to restrict how often people see a user's post. See restrict API usage here (Client API) and here (Admin API)
- isRestricted
- restrictedDate
- restrictedBy
Credits / Virtual Money
Credits are usually similar to virtual money that you can use for controlling paid features. You can also use this as a reward points system. See usage here (Client API) and here (Admin API)
- credits