Sets the scope (admin or visitor) of the current user's view.
/bea/wlp/api
POST
/bea/wlp/api/adminscope/item
|
Parameter
|
Type
|
Description
|
Allowed Values
|
Default Value
|
|---|---|---|---|---|
|
webapp (required)
|
String
|
The webapp that contains the desktop.
| ||
|
portal (required)
|
String
|
The portal that contains the desktop.
| ||
|
desktop (required)
|
String
|
The name of the desktop.
| ||
|
scope (required)
|
String
|
The desired scope.
|
admin
visitor |
/bea/wlp/api/adminscope/item?webapp=mywebapp&portal=portalpath&desktop=desktoppath&scope=visitor
<rsp status="OK"><scope>visitor</scope></rsp>