user
Patch User
patch/v2/user/{user_id}
Path parameters
user_idstring uuid required
Request body
fallback_time_zonestring nullable
Fallback time zone of the user, in the form of a valid IANA tzdatabase identifier (e.g., `Europe/London` or `America/Los_Angeles`).
Used when pulling data from sources that are completely time zone agnostic (e.g., all time is relative to UTC clock, without any time zone attributions on data points).
fallback_birth_datestring date nullable
Fallback date of birth of the user, in YYYY-mm-dd format. Used for calculating max heartrate for providers that don not provide users' age.
ingestion_startstring date nullable
Starting bound for user data ingestion bounds.
ingestion_endstring date nullable
Ending bound for user data ingestion bounds.
client_user_idstring nullable
A unique ID representing the end user. Typically this will be a user ID from your application. Personally identifiable information, such as an email address or phone number, should not be used in the client_user_id.
Response
Successful Response