Contents
Changelog
UPDATE
Effective from:
July 14, 2020
Improved protection of user data
Announced: July 14, 2020
Effective from:
July 14, 2020
July 14, 2020
We have now improved the security of user data.
What has changed?
When returning the User object, the following API endpoints
<p>will have all fields except for <code>id</code>, <code>name</code> and <code>email</code> set to <code>null</code> if the user is unverified in the company (which is always the case for the <code>POST /users</code> endpoint).</p>
<p>This also affects endpoints of other entities such as Deals, Persons, Organizations, Notes, etc., which may contain related User objects.</p>
<p><b>Who is affected?</b></p>
<p>Anyone with functionality built on top of the previous behaviour, for example: anyone who strictly relies on the values in the response of the aforementioned endpoints and related webhooks.</p>
<p>The list of affected fields in <code>User</code> endpoints:</p>
phone: stringcreated: string (date)modified: string (date)default_currency: stringlocale: stringlang: inttimezone_name: stringtimezone_offset: stringsignup_flow_variation: stringicon_url: string
The field lang will return the default value of 1.
Published on July 14, 2020