Tandem User List

From INAP Dropzone API
Jump to: navigation, search

The tandem user list command will return information about all the users and their respective server permissions.

Contents

Path

  • /tandem/user/list

Method

Required Data Parameters

  • None

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => Array(
    [0] => stdClass Object(
      [id] => Tandem account ID.
      [email] => Tandem user email address
      [name] => Tandem user name.
      [pass] => Tandem user password.
      [servers] => Components account has access to.
    )
  )
)
Personal tools