Tandem User List

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The tandem user list command will return information about all the users and their respective server permissions. ==Path== */tandem/user/list ==Method== *[[glossar...")
 
 
Line 22: Line 22:
 
       [name] => Tandem user name.
 
       [name] => Tandem user name.
 
       [pass] => Tandem user password.
 
       [pass] => Tandem user password.
       [servers] => Compnentes account has access to.
+
       [servers] => Components account has access to.
 
     )
 
     )
 
   )
 
   )
 
)
 
)
 
</pre>
 
</pre>

Latest revision as of 19:32, 14 May 2012

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