User Permission

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The user permission command when used with GET will return a list a of all the permissions on the sub account ==Path== */use...")
 
 
Line 1: Line 1:
The [[User|user]] permission command when used with [[glossary#GET|GET]] will return a list a of all the permissions on the [[glossary#Sub Account|sub account]]
+
The [[User|user]] permission command when used with [[glossary#GET|GET]] will return a list a of all the permissions on the [[glossary#Sub Account|sub account]]. When used with [[glossary#POST|POST]] it will allow the details of a [[glossary#Sub Account|sub account]] to be updated in [[glossary#LEAP|LEAP]].
 
==Path==
 
==Path==
 
*/user/permission/{$userid}
 
*/user/permission/{$userid}

Latest revision as of 12:10, 1 April 2012

The user permission command when used with GET will return a list a of all the permissions on the sub account. When used with POST it will allow the details of a sub account to be updated in LEAP.

Contents

Path

  • /user/permission/{$userid}

Method

Required Data Parameters

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

Optional Data Parameters

Returned Data

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