Tandem User Add

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The tandem add command ==Path== */tandem/user/add ==Method== *POST ==Required Data Parameters== *($name): Tandem account users name. *($email):...")
 
Line 1: Line 1:
The [[Tandem|tandem]] add command  
+
The [[Tandem|tandem]] user add command will allow a new user to be created to access the Tandem platform.
 
==Path==
 
==Path==
 
*/tandem/user/add
 
*/tandem/user/add
Line 10: Line 10:
 
*($email): Tandem account users email address.
 
*($email): Tandem account users email address.
 
*($password): Tandem account users password.
 
*($password): Tandem account users password.
*($servers): A [[glossary#JSON|JSON]] encoded array with all the server IDs that the user will have access to.
 
  
 
==Optional Data Parameters==
 
==Optional Data Parameters==
*None
+
*($servers): A [[glossary#JSON|JSON]] encoded array with all the server IDs that the user will have access to.
  
 
==Returned Data==
 
==Returned Data==

Revision as of 19:46, 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