Audit trail

There are a few important things to know when using the API.

Any items created are seen as created by the current user. This is important in the context of ensuring that a full audit trail of changes be maintained. The audit record changes are visible in the UI.

For example: Creating a person will set the creator_id to the ID of the current User used to make the call.

Given that an audit trail of updates made via the API is maintained and is viewable in the UI (by the customer), ensuring that the right user is making changes is important as this is how changes will be recorded.