Hello,
We have 600+ users, and we are migrating ifs 8 to cloud 24r1.
Our users are making their profile personnalizations on a test environment, and we want to export those to import in the future prod environment.
There is no mass export / import functionnality.
I built a postman collection to do the mass export.
But I don’t understand the http calls process for the import one.
Here are the calls for the import :

There is no file sent in the body, so I don’t know where i got to send it, how.
I saw this post below but I don’t like the plsql solution.
I need a full export, we don’t want to have only parts, I saw there is multiple tables for the user profile personnalization.
I know using HTTP calls guarantees data integrity this is why I want to go this way.
Any one have an idea how to make a full export / import of user profile personnalizations ?
thank you for your help