When creating a new item using the user key USR-1234567890 through REST API, the _cby and _mby fields are saved as NULL, instead of the user ID of who created that item.
Steps to Reproduce
Cloned the latest develop branch
Created a new model
Sent a POST request via REST API /api/content/item/{model}
And create a new item using the user key under every user's profile
The response showed the following:
I'm not quite sure this is intentional or a bug.
When creating a new item using the user key
USR-1234567890
through REST API, the _cby and _mby fields are saved asNULL
, instead of the user ID of who created that item.Steps to Reproduce
/api/content/item/{model}
user key
under every user's profile The response showed the following:Expected Behavior
The
_mby
and_cby
fields should contain the user ID of the user who created the item, not null.