Hi,
For compliance reasons we had to migrate to a new tenant (data locations). The tenant is all setup and ready to go.
We have a LOT of configuration AND devices to port over - what is the quickest way of doing this? I can see there is an 'Endpoint API' for moving devices but cannot find an obviously named API for the actual configuration like policies, user accounts etc.
Thanks
Hi Lanky,
Thanks for reaching out to the Sophos Community Forum.
You can use the following Device Migration API Postman Collection to assist with registering the devices to the new tenant.
It’s possible to create policies in Sophos central using the API. You’ll need to use "/policies POST" to do this. You may want to use "/policies GET" from the original tenant as well, so the data is easier to work with.
In terms of migrating the user entries and groups over to the new tenant, it may be easier to use ADSync. While it’s possible to create and interact with groups using the API, it isn’t possible to create users currently.