Importing my data from csv files using the api.
I’m importing my users successfully. I’m importing categories, topics and posts successfully, except at the moment all my topics and posts are shown as being created by me the discourse admin for the site.
Not clear how I create them so owned by the actual user
Does the correct user have to be specified as the Api-Username for each post, and if so does that mean the user has to be an admin user (which they wouldnt be).
Or do I create the topics/posts and pass another parameter for the user (that I cant see in the docs) ?
Or do I create and then modify the post, specifying the user (again I cant see this option) ?