POST api/SiteObjects/CreateSite?siteName={siteName}&templateName={templateName}&isEntireSitePublic={isEntireSitePublic}&requiresRegistration={requiresRegistration}&adminUserName={adminUserName}&adminEmail={adminEmail}&adminPassword={adminPassword}

Creates a single Site with its Admin user. Returns created Site object.

Request Information

Parameters

NameDescriptionAdditional information
siteName
Name of the Site to create. Every non-digit, and non-letter characters (except '-') are stripped. When Site already exists - 409 (conflict) status code is returned.

Define this parameter in the request URI.

templateName
Name of the template from available template list that the Site is going to use. When template does not exist - default template is assigned.

Define this parameter in the request URI.

isEntireSitePublic
Indicates whether entire content of the Site is available to everyone without registrations or user names.

Define this parameter in the request URI.

requiresRegistration
Indicates whether registration is required to access content of the Site. When isEntireSitePublic is true then new members are automatically approved. When not - Site Admin must approve them.

Define this parameter in the request URI.

adminUserName
Name of the Admin user that will administer the Site.

Define this parameter in the request URI.

adminEmail
Email address of the Admin user that will administer the Site.

Define this parameter in the request URI.

adminPassword
Password of the Admin user that will administer the Site. Optional. When not defined - password is randomly generated and sent via invitation email.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "SiteName": "IT-Technical-Support-and-Training-Reno-NV",
  "Author": "US Based, English Speaking Tech Support and Computer Technicians.",
  "Culture": null,
  "UICulture": null,
  "Languages": "",
  "TemplateName": "SoNET",
  "ThemeName": "Ariminum Orange",
  "AdminUserId": null,
  "IsEntireSitePublic": true,
  "RequiresRegistration": false,
  "DisablePublicComments": true,
  "DisablePublicRating": false,
  "DisableSocialLogins": false,
  "IsHidden": false,
  "IsDemo": null,
  "HeaderTitle": "Telephone Technical Support, Computer Help, Reno, NV.",
  "HeaderSubTitle": "CERTIFIED, Legitimate, USA Based, English Speaking, On-Demand, Telephone Tech Support / Remote Help.",
  "HeaderShortInfo": "",
  "HeaderImage": "R0lGODlhAQABAIEAAP///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEBAAAh+QQBAAAAACwAAAAAAQABAAAIBAABBAQAOw==",
  "HeaderImageType": "image/gif",
  "HeaderIsImage": false,
  "Branding": "",
  "FooterText": "English Speaking, US Based Technical Support and Training, Reno, NV. - Technology COACH, expert technical instructor, manager and coach.",
  "HomePageTextSide": "",
  "HomePagerTextMain": "<h2 style=\"text-align: center;\"><strong><span style=\"font-size: 24pt;\"><br><img title=\"telephone technical support logo\" src=\"image.axd?imagepath=%2FPhotos%2FIT-Technical-Support-and-Training-Reno-NV%2FMainText%2Ftechnology_coach_CETx.png\" alt=\"telephone tech support\">MyTechnologyCOACH</span></strong></h2>",
  "LoginPageText": "<p>Login page text to change</p>",
  "Blog_PostsPerPage": null,
  "Blog_ShowPostPreviews": null,
  "Blog_PicturesInPreviews": null,
  "Blog_PicturesInPreviews_MaxHeight": null,
  "Blog_HideTagCloud": null,
  "Blog_HideMonthList": null,
  "Blog_HideLatestList": null,
  "FunFact_HideDates": true,
  "FunFact_Sorting": 1,
  "FunFact_HideDaysAhead": null,
  "FunFact_HideDaysBehind": null,
  "Media_DefaultFolder": 0,
  "Media_DefaultPhotoWidth": null,
  "Media_DefaultThumbSize": null,
  "Media_DefaultThumbResizeMode": "StrictWidthAndHeight",
  "Media_DefaultThumbAlignment": "Center",
  "Media_UploadPhotoFilter": 0,
  "Media_HideStatsUnderThumbnail": null,
  "Media_GroupNavigationByYear": true,
  "Media_NavigationStyle": 0,
  "RatingType": 0,
  "CurrentFormID": "70e369b7-5949-4a36-9c0b-6d5e6290a80d",
  "CurrentPaymentGatewayID": null,
  "SeoTitle": "Technical Support, Computer Help, Reno-Sparks, NV.",
  "SeoMetaTags": "<meta name=\"title\" content=\"Technical Support, Computer Help, Reno-Sparks, NV.\">\r\n<meta name=\"description\" content=\"Technical Support, Computer Help, Reno-Sparks, NV. English Speaking, US Based, On-Demand, Remote Help, $39.99 Per Call.\">\r\n<meta name=\"keywords\" content=\"computer, help, technical support, reno, sparks, learn, telephone, on, demand, service\">\r\n<meta name=\"copyright\" content=\"© 2017-2022 MyTechnologyCOACH.me Reno, NV.\">\r\n<meta name=\"author\" content=\"My Technology COACH\">\r\n<meta name=\"distribution\" content=\"Global\">\r\n<meta name=\"rating\" content=\"General\">\r\n<meta name=\"robots\" content=\"ALL,INDEX,FOLLOW\">\r\n<meta name=\"revisit-after\" content=\"3 Days\">\r\n<meta name=\"language\" content=\"en-US\">\r\n",
  "ECommerce_ContinueShoppingUrl": null,
  "ECommerce_BrandLabel": null,
  "Chat_Position": null,
  "Chat_Mode": null,
  "Chat_Availability": null,
  "Chat_Greetings": null,
  "Chat_Button": null,
  "Chat_InitialMessage": null,
  "Chat_Phone": null,
  "AI_Enable": false,
  "Popup_Delay": null,
  "RunSetupSiteWizard": false,
  "IPAddress": "47.33.9.76",
  "Country": "United States",
  "Source": "",
  "SliderID": "eb774da3-28e2-4c9b-976b-2791c25af86e",
  "ValidSubscriptionName": null,
  "SubscriptionEndsReadOnly": null,
  "SubscriptionNoLimitsReadOnly": true,
  "CreatedTime": "2017-11-24T15:52:11.263-08:00",
  "UpdatedTime": "2025-04-15T13:47:11.093",
  "IsBlocked": false,
  "BlockedReason": "",
  "EnableContract": null,
  "WebPushClientID": "5ae7ecc1-3414-49b4-85b1-51fc07bb8be9"
}

application/xml, text/xml

Sample:
<Site xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MediaLibrarianCore">
  <AI_Enable>false</AI_Enable>
  <AdminUserId i:nil="true" />
  <Author>US Based, English Speaking Tech Support and Computer Technicians.</Author>
  <BlockedReason></BlockedReason>
  <Blog_HideLatestList i:nil="true" />
  <Blog_HideMonthList i:nil="true" />
  <Blog_HideTagCloud i:nil="true" />
  <Blog_PicturesInPreviews i:nil="true" />
  <Blog_PicturesInPreviews_MaxHeight i:nil="true" />
  <Blog_PostsPerPage i:nil="true" />
  <Blog_ShowPostPreviews i:nil="true" />
  <Branding></Branding>
  <Chat_Availability i:nil="true" />
  <Chat_Button i:nil="true" />
  <Chat_Greetings i:nil="true" />
  <Chat_InitialMessage i:nil="true" />
  <Chat_Mode i:nil="true" />
  <Chat_Phone i:nil="true" />
  <Chat_Position i:nil="true" />
  <Country>United States</Country>
  <CreatedTime xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2017-11-24T23:52:11.263Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>-480</d2p1:OffsetMinutes>
  </CreatedTime>
  <Culture i:nil="true" />
  <CurrentFormID>70e369b7-5949-4a36-9c0b-6d5e6290a80d</CurrentFormID>
  <CurrentPaymentGatewayID i:nil="true" />
  <DisablePublicComments>true</DisablePublicComments>
  <DisablePublicRating>false</DisablePublicRating>
  <DisableSocialLogins>false</DisableSocialLogins>
  <ECommerce_BrandLabel i:nil="true" />
  <ECommerce_ContinueShoppingUrl i:nil="true" />
  <EnableContract i:nil="true" />
  <FooterText>English Speaking, US Based Technical Support and Training, Reno, NV. - Technology COACH, expert technical instructor, manager and coach.</FooterText>
  <FunFact_HideDates>true</FunFact_HideDates>
  <FunFact_HideDaysAhead i:nil="true" />
  <FunFact_HideDaysBehind i:nil="true" />
  <FunFact_Sorting>DateDescending</FunFact_Sorting>
  <HeaderImage>R0lGODlhAQABAIEAAP///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEBAAAh+QQBAAAAACwAAAAAAQABAAAIBAABBAQAOw==</HeaderImage>
  <HeaderImageType>image/gif</HeaderImageType>
  <HeaderIsImage>false</HeaderIsImage>
  <HeaderShortInfo></HeaderShortInfo>
  <HeaderSubTitle>CERTIFIED, Legitimate, USA Based, English Speaking, On-Demand, Telephone Tech Support / Remote Help.</HeaderSubTitle>
  <HeaderTitle>Telephone Technical Support, Computer Help, Reno, NV.</HeaderTitle>
  <HomePageTextSide></HomePageTextSide>
  <HomePagerTextMain>&lt;h2 style="text-align: center;"&gt;&lt;strong&gt;&lt;span style="font-size: 24pt;"&gt;&lt;br&gt;&lt;img title="telephone technical support logo" src="image.axd?imagepath=%2FPhotos%2FIT-Technical-Support-and-Training-Reno-NV%2FMainText%2Ftechnology_coach_CETx.png" alt="telephone tech support"&gt;MyTechnologyCOACH&lt;/span&gt;&lt;/strong&gt;&lt;/h2&gt;</HomePagerTextMain>
  <IPAddress>47.33.9.76</IPAddress>
  <IsBlocked>false</IsBlocked>
  <IsDemo i:nil="true" />
  <IsEntireSitePublic>true</IsEntireSitePublic>
  <IsHidden>false</IsHidden>
  <Languages></Languages>
  <LoginPageText>&lt;p&gt;Login page text to change&lt;/p&gt;</LoginPageText>
  <Media_DefaultFolder>MonthAndYear</Media_DefaultFolder>
  <Media_DefaultPhotoWidth i:nil="true" />
  <Media_DefaultThumbAlignment>Center</Media_DefaultThumbAlignment>
  <Media_DefaultThumbResizeMode>StrictWidthAndHeight</Media_DefaultThumbResizeMode>
  <Media_DefaultThumbSize i:nil="true" />
  <Media_GroupNavigationByYear>true</Media_GroupNavigationByYear>
  <Media_HideStatsUnderThumbnail i:nil="true" />
  <Media_NavigationStyle>AlwaysMobileMenu</Media_NavigationStyle>
  <Media_UploadPhotoFilter>None</Media_UploadPhotoFilter>
  <Popup_Delay i:nil="true" />
  <RatingType>Stars</RatingType>
  <RequiresRegistration>false</RequiresRegistration>
  <RunSetupSiteWizard>false</RunSetupSiteWizard>
  <SeoMetaTags>&lt;meta name="title" content="Technical Support, Computer Help, Reno-Sparks, NV."&gt;
&lt;meta name="description" content="Technical Support, Computer Help, Reno-Sparks, NV. English Speaking, US Based, On-Demand, Remote Help, $39.99 Per Call."&gt;
&lt;meta name="keywords" content="computer, help, technical support, reno, sparks, learn, telephone, on, demand, service"&gt;
&lt;meta name="copyright" content="© 2017-2022 MyTechnologyCOACH.me Reno, NV."&gt;
&lt;meta name="author" content="My Technology COACH"&gt;
&lt;meta name="distribution" content="Global"&gt;
&lt;meta name="rating" content="General"&gt;
&lt;meta name="robots" content="ALL,INDEX,FOLLOW"&gt;
&lt;meta name="revisit-after" content="3 Days"&gt;
&lt;meta name="language" content="en-US"&gt;
</SeoMetaTags>
  <SeoTitle>Technical Support, Computer Help, Reno-Sparks, NV.</SeoTitle>
  <SiteName>IT-Technical-Support-and-Training-Reno-NV</SiteName>
  <SliderID>eb774da3-28e2-4c9b-976b-2791c25af86e</SliderID>
  <Source></Source>
  <SubscriptionEndsReadOnly i:nil="true" />
  <SubscriptionNoLimitsReadOnly>true</SubscriptionNoLimitsReadOnly>
  <TemplateName>SoNET</TemplateName>
  <ThemeName>Ariminum Orange</ThemeName>
  <UICulture i:nil="true" />
  <UpdatedTime>2025-04-15T13:47:11.093</UpdatedTime>
  <ValidSubscriptionName i:nil="true" />
  <WebPushClientID>5ae7ecc1-3414-49b4-85b1-51fc07bb8be9</WebPushClientID>
</Site>