Oracle Fusion Middleware REST API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14258-03

Set Admin Scope

Sets the scope (admin or visitor) of the current user's view.

Namespace

/bea/wlp/api

HTTP Method

POST

URI

/bea/wlp/api/adminscope/item

Parameters

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

Input Example

/bea/wlp/api/adminscope/item?webapp=mywebapp&portal=portalpath&desktop=desktoppath&scope=visitor

Return Example

<rsp status="OK"><scope>visitor</scope></rsp>
Oracle Fusion Middleware REST API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14258-03

Copyright 2011, Oracle. All rights reserved.