User Create

From INAP Dropzone API
Jump to: navigation, search

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