Tandem User Add

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Undo revision 342 by Jcohen (talk))
 
Line 7: Line 7:
  
 
==Required Data Parameters==
 
==Required Data Parameters==
*{$id}: The Tandem user ID that is returned when using the [[Tandem User List|tandem user list]] command.
 
 
*($name): Tandem account users name.
 
*($name): Tandem account users name.
 
*($email): Tandem account users email address.
 
*($email): Tandem account users email address.
Line 19: Line 18:
 
stdClass Object(
 
stdClass Object(
 
   [success] => TRUE/FALSE
 
   [success] => TRUE/FALSE
 +
  [data] => The Tandem user ID.
 
)
 
)
 
</pre>
 
</pre>

Latest revision as of 19:48, 14 May 2012

The tandem user add command will allow a new user to be created to access the Tandem platform.

Contents

Path

  • /tandem/user/add

Method

Required Data Parameters

  • ($name): Tandem account users name.
  • ($email): Tandem account users email address.
  • ($password): Tandem account users password.

Optional Data Parameters

  • ($servers): A JSON encoded array with all the server IDs that the user will have access to.

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => The Tandem user ID.
)
Personal tools