Is there any backup solution in free plan?

I was wondering if there is any backup solution offered in free plan in order to protect and take a copy of everything including: Users’ data, applications, settings in general and etc. Please let me know whether there is a feature related to this in other plans.

You can backup your user profile data using the export users endpoint (/api/v2/jobs/users-exports):

It would be up to you to build a solution around this. E.g., a service that triggers the endpoint and then downloads the resulting file. Once the job is started, you need to check the job status endpoint until the job completes.

There’s also the import/export extension but it will export at most 10,000 users.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.