Login

Logs in a user.

Namespace

/bea/wlp/api

HTTP Method

POST

URI

/bea/wlp/api/login

Parameters

Parameter
Type
Description
Allowed Values
Default Value
username
String
The username of the user to log in.
password
String
The password of the user to log in.

Input Example

/bea/wlp/api/login?username=user&password=pass

Return Example

<rsp status="OK"><authenticated>true</authenticated><username>user</username><admin>false</admin></rsp>