createUser

Creates a new user

Arguments

  • username
    This is the username of the user
  • email
    This is the email of the user
  • password
    This is the password of the user
  • firstName
    This is the firstName of the user
  • lastName
    This is the lastName of the user
  • birthdate
    This is the birthdate of the user
  • gender
    This is the gender of the user
  • phoneNumber
    This is the phoneNumber of the user
  • address
    This is the address of the user
  • country
    This is the country of the user
  • state
    This is the state of the user
  • city
    This is the city of the user
  • zipCode
    This is the zipCode of the user
  • profilePicture
    This is the profilePicture of the user

Returns

User
User
Collapse
  • id
    This is the id of the user
  • username
    This is the username of the user
  • email
    This is the email of the user
  • password
    This is the password of the user
  • firstName
    This is the firstName of the user
  • lastName
    This is the lastName of the user
  • birthdate
    This is the birthdate of the user
  • gender
    This is the gender of the user
  • phoneNumber
    This is the phoneNumber of the user
  • address
    This is the address of the user
  • country
    This is the country of the user
  • state
    This is the state of the user
  • city
    This is the city of the user
  • zipCode
    This is the zipCode of the user
  • profilePicture
    This is the profilePicture of the user