Yooo..... any advise how to generate bulk sitepreview before client update their DNS
Normally we run 25 - 50 account per batch
Do you mean to automate the creation of preview aliases? If so, this API endpoint will do it:
https://apidocs.enhance.com/#/websites/createPreviewDomain
You need to have a staging domain suffix configured under settings->platform with its DNS delegated to your Enhance cluster. The client can delete the preview domain when they're finished with it.
Adam thank you, this should be generate one by one?
opsec
One API call per website, yes.
opsec How can i assign multiple accounts to one reseller after website import process
Through the UI, go to the website list, click "..." then "transfer ownership". If you're using the API then the endpoint you need is https://apidocs.enhance.com/#/websites/updateWebsite and you should send the orgId and subscriptionId parameters.
orgId
subscriptionId
Additionally,
How can i assign multiple accounts to one reseller after website import process