Tandem User Edit

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