Tandem User Add

From INAP Dropzone API
Revision as of 19:48, 14 May 2012 by Jcohen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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