# Create Parent User/Login/Groups **POST /Account/Create/Parent** This process creates a new user with the next available parent ID and creates the login, email and group. Requires all information including a valid invitation code. *Secret Hmac Required. No Cache.* ## Servers - https://api.wrtm.io/v1.0: https://api.wrtm.io/v1.0 () - https://api.whyreadthemanual.com/v1.0: https://api.whyreadthemanual.com/v1.0 () - https://api.wereadthemanual.com/v1.0: https://api.wereadthemanual.com/v1.0 () ## Authentication methods - Authorization key & Authorization date & Authorization hmac ## Parameters ### Body: application/json (object) - **Token** (string) optional jwt token returned from a previous call to /Auth/Verify/Login or /Auth/Verify/Token - **Href** (string) required copy of document.href since referrer is not always accurate - **FirstName** (string) the first name of the user - **LastName** (string) the last name of the user - **Company** (string) optional company name - **Address** (string) optional address - **Address2** (string) optional address - **City** (string) optional city - **State** (string) optional state/province - **Postal** (string) optional postal code / zip code - **Country** (string) optional country - **Email** (string) the email address (which is the initial username as well) - **Password** (string) the password - **Phone** (string) the phone number of the user (preferably mobile so that we can text) - **Invite** (string) the invitation code entered (empty is default) ## Responses ### 200 User Created #### Body: application/json (object) - **Parent** (number) Parent User Number (top level) - **Custno** (number) customer number - **Created** (string) date/time the account was created - **LoginOwnerId** (number) the login user who is the owner of this account - **DispGroup** (string) the screen group that this user is in - **Company** (string) company name - **FirstName** (string) primary contact first name - **LastName** (string) primary contact last name - **Address1** (string) address line 1 - **Address2** (string) address line 2 - **City** (string) city - **State** (string) state/province - **Zip** (string) zip code/postal code - **CountryCode** (string) country Code - **Longitude** (number) longitude - **Latitude** (number) latitude - **Phone** (string) Primary business phone number - **Fax** (string) Primary business fax number - **Web** (string) company web site - **Description** (string) description of company - **Mission** (string) mission/vision of company - **TimeZone** (string) time zone string - **LocationId** (string) location id used by the company (for Hyatt it is the Spirit Code) - **Pages** (number) total pages used - **PagesPlayed** (number) Total Signage Pages Played - **LastLogin** (string) Last Date/Time logged in - **LastUse** (string) Last Date/Time used - **LastContent** (string) Last Date/Time that signage content was updated [Powered by Bump.sh](https://bump.sh)