ユーザーを復帰させるためのデータのエクスポート

I was wondering if it is possible to export a users data if they want to be deleted and then if needed or they change there mind use the data you exported to bring there account back

「いいね!」 3

If they ask to be deleted them keeping their data is a violation of what they are asking for. But they can export their own data. I’m not sure what’s in that dump and whether it contains the original post ids.

「いいね!」 2

That’s an interesting question.

Here’s what contains a data request:

image

The posts are contained in user_archive.csv:

I guess restoring a deleted user using a custom script would be possible, but there would be missing or broken data, especially regarding interactions.

Basically, it wouldn’t be a good idea.

「いいね!」 2

Okay thank you for telling me this