Create Managed Sites
POST {{baseUrl}}/1/admin/company/managed-sites
Creates a batch of new managed sites for the admin's company. The request body should consist of either one site object or a list of site objects in JSON format.
Request Body
[{"company_id"=>"IMbAcASGu56", "name"=>"Quip", "subdomain"=>"quip", "site_type"=>"testing", "add_site_to_external_sharing_allowlist"=>true, "only_able_to_share_with_main_site"=>true}, {"company_id"=>"IMbAcASGu56", "name"=>"Quip", "subdomain"=>"quip", "site_type"=>"testing", "add_site_to_external_sharing_allowlist"=>true, "only_able_to_share_with_main_site"=>true}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |