User Create

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The user create command allows for the creation of a new sub account in LEAP. The new user will have no permissions until they are set with the [[Us...")
 
 
Line 1: Line 1:
The [[User|user]] create command allows for the creation of a new sub account in [[glossary#LEAP|LEAP]]. The new user will have no permissions until they are set with the [[User Permission|user permission]] command.
+
The [[User|user]] create command allows for the creation of a new [[glossary#Sub Account|sub account]] in [[glossary#LEAP|LEAP]]. The new user will have no permissions until they are set with the [[User Permission|user permission]] command.
 
==Path==
 
==Path==
 
*/user/create
 
*/user/create

Latest revision as of 11:36, 1 April 2012

The user create command allows for the creation of a new sub account in LEAP. The new user will have no permissions until they are set with the user permission command.

Contents

Path

  • /user/create

Method

Required Data Parameters

  • {first}: The first name of the new user.
  • {last}: The last name of the new user.
  • {email}: The email address of the new user.
  • {password}: The password for the new user, it must be longer than 6 characters.

Optional Data Parameters

  • {$description}: The description for the new user.

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => stdClass Object(
    [id] => The user ID of the newly created sub account.
  )
)
Personal tools