Tracking Editor activity history

Is there an out-of-the-box way to keep track of who has published what versions of content?

I’m working with a use case where we’d want to be able to trace back any unauthorised or malicious activity.

Thanks,

Scott

2 Likes

Hey @scott.hogan!

There is Versioning available in UI, but unfortunately it doesn’t show you the updater user. However, this information is retrievable via API. There is an attribute sys.updatedBy which is included in entry’s payload: https://www.contentful.com/developers/docs/references/content-management-api/#/introduction/common-resource-attributes :wink:

Please let me know if that helps.

Hi Andrey,

Shame it doesn’t show in the UI, but I think being available in the API will mean we can build something to provide this for ourselves if needs be.

Thanks for the help!

S

1 Like

@scott.hogan Sure thing!

Just let me know if you need any further assistance! Happy to help :+1: