New field in the API response of the related_objects object

Effective from: June 2, 2021

What is going to change?

We have added a new field owner_id to the person object of the related_objects in the API response. This field shows the owner ID of the user who owns the Person record. The value of the field is always an integer.

Why is it added?

In addition to fixing a bug in our web app, this update will also bring more consistency to our API as the field owner_id is currently present only in the organization object of the related_objects.

See more on who is affected and a code sample of the placement of the new field in our Changelog page!