Accounts can have any number of custom Account Settings that determine how Buzz will work.
#The list of available settings can be 
found in the account_setting_fields view:
curl -X GET "[host]/rest/view" -b cookies.txt -d '{"view_name":"account_setting_fields"}'
Each setting has a default value that will apply to the Account if a corresponding entry is not found in the AccountSettings object. Also note, some settings can only be set by Super Users.
Restrictions
| Method | Restriction | 
|---|---|
| GET | None | 
| POST | None | 
| PUT | None | 
| DELETE | None | 
