Skip to content

Files

Latest commit

author
Bevan Wishart
Aug 15, 2023
f23442c · Aug 15, 2023

History

History
15 lines (12 loc) · 984 Bytes

UsersIdPutRequest.md

File metadata and controls

15 lines (12 loc) · 984 Bytes

# UsersIdPutRequest

Properties

Name Type Description Notes
email string A new email address for the user. [optional]
name string A new name for the user. [optional]
time_zone string A new time zone for the user. [optional]
week_start_day int The day of the week the user wishes their calendars to start on. A number between 0 and 6, where 0 is Sunday and 6 is Saturday. [optional]
beta_user bool Whether the user is a beta user, and wishes to try out new features. [optional]
base_currency_code string A new base currency code for the user. [optional]
always_show_base_currency bool Whether the user wishes to have all monetary values converted to their base currency. [optional]

[Back to Model list] [Back to API list] [Back to README]