Hi, I am experimenting with migration from another platform to Discourse using the API.
I have a lot of users and I will migrate them to Discource.
When I create a user, it has today’s creation date.
But many users are 10+ years on the forum and it will be a shame to lose it after moving.
When I try to update the user via API, I want to update the created_at field.
'created_at' => '2013-05-04T11:49:06.782Z'
But the date does not change. Perhaps there is another way?
Oh, yes, we will use the migration from your team when we have a database dump.
I am just experimenting now, as I do not yet know all the functions of Discourse. On the old forum, we had special groups and roles. I am doing the import via API to configure it in Discourse.
I also want to understand in detail how to work with Trust Levels, Groups, and Badges. And some of them depend on the date of registration.
In this case User_fileds are updated without any problems. So I decided to ask in the forum. Maybe created_date is updated by some other request such as trust_levels which have a special url API.