Tandem User Edit

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

The tandem user edit command will allow an existing users details to be updated.

Contents

Path

  • /tandem/user/edit

Method

Required Data Parameters

  • {$id}: The Tandem user ID that is returned when using the tandem user list command.
  • ($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
)
Personal tools