User Add Component

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The user add component command allows a user access to either a specific server or all server on the LEAP account. ==Path== */user/addcomponent/{$us...")
 
Line 1: Line 1:
The [[User|user]] add component command allows a user access to either a specific server or all server on the [[glossary#LEAP|LEAP]] account.
+
The [[User|user]] add component command allows a sub account access to either a specific server or all server on the [[glossary#LEAP|LEAP]] account.
 
==Path==
 
==Path==
 
*/user/addcomponent/{$userid}/{$hostname}
 
*/user/addcomponent/{$userid}/{$hostname}

Revision as of 11:04, 1 April 2012

The user add component command allows a sub account access to either a specific server or all server on the LEAP account.

Contents

Path

  • /user/addcomponent/{$userid}/{$hostname}

Method

Required Data Parameters

  • {$userid}: The user ID that is returned when using the list command.
  • {$hostname}: The hostname of the server you would like to allow the user access to, retrieved from the server list command.

Optional Data Parameters

  • None

Returned Data

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