User Edit

From INAP Dropzone API
Jump to: navigation, search

The user edit command allows the details of a sub account to updated in LEAP.

Contents

Path

  • /user/edit/{$userid}

Method

Required Data Parameters

  • {$userid}: The user ID that is returned when using the list command.

Optional Data Parameters

  • {first}: The first name of the new user, must be set at the same time as {$last}.
  • {last}: The last name of the new user, must be set at the same time as {$first}.
  • {email}: The email address of the new user.
  • {password}: The password for the new user, it must be longer than 6 characters.
  • {$description}: The description for the new user.

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
)
Personal tools