User settings

Get user settings

Returns the authenticated user's settings (notification toggles and low-balance alert threshold). The raw low_balance_threshold_cents is not returned; the amount is exposed via low_balance_threshold_amount. This is a per-user resource and is not company-scoped.

get/v1/user_settings

Parameters

#/paths/~1v1~1users/get/parameters/0 — unresolved $ref

Response

The user settings.

idstring uuid required
user_idstring required
approved_transaction_notifyboolean
declined_transaction_notifyboolean
banking_transaction_notifyboolean
pending_transaction_notifyboolean
low_balance_notifyboolean
low_balance_threshold_amountinteger

Low-balance alert threshold as a whole-currency amount (computed from cents).

low_balance_threshold_currencystring
created_atstring date-time
updated_atstring date-time

Changes