Tandem User Add Component

From INAP Dropzone API
Jump to: navigation, search

The tandem user add component command

Contents

Path

  • /tandem/user/addcomponent/{$serverid}

Method

Required Data Parameters

GET

Used when adding only a single server to a users account.

  • {$serverid}: The server ID that is returned when using the server list command.

POST

Used when adding multiple servers to a users account.

  • ($servers): A JSON encoded array with all the server IDs that the user will have access to.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
)
Personal tools