User Edit

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
The [[User|user]] edit command
+
The [[User|user]] edit command allows the details of a [[glossary#Sub Account|sub account]] to updated in [[glossary#LEAP|LEAP]].
 
==Path==
 
==Path==
 
*/user/edit/{$userid}
 
*/user/edit/{$userid}

Latest revision as of 11:39, 1 April 2012

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