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

User Status

Gets the login status of the current user. The optional parameters webapp, portal and desktop are only needed for determining admin rights for a particular community

Namespace

/bea/wlp/api

HTTP Method

GET

URI

/bea/wlp/api/userstatus

Parameters

Parameter
Type
Description
Allowed Values
Default Value
webapp
String
The webapp, if checking for admin rights to a community desktop.
portal
String
The portal, if checking for admin rights to a community desktop.
desktop
String
The desktop, if checking for admin rights to a commmunity desktop.

Input Example

/bea/wlp/api/userstatus?webapp=myWebapp&portal=myPortal&desktop=myDesktop

Return Example

<rsp status="OK"><authenticated>true</authenticated><username>user</username><admin>true</admin></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.