Tandem User Add

From INAP Dropzone API
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