Creating New User using a Parent Account

API for creating new user

Here's how you use the API for creating new users.

  • Use the signUpFields API to get the input or values that will need to be filled.
  • To set the parent of the new user, user searchSubUser2 API to get or search the parent of the new user.
  • checkUser API is used for checking the username if it's available.
  • getCurrencies API is used for getting the currency of the website and using it to set the currency for the user account.
  • If all is set, use signupGlobal API to POST method to create a new user.