Auto-fill created_by field

Those fields are only populated if the entry was created in the Admin panel (it’s a relation to the strapi_administrators model that comes from the strapi-admin package). For REST/GraphQL you’ll need to add your own fields, and likewise probably customize the controller (or create a route policy) to populate them.

1 Like