Logs in a user.
/bea/wlp/api
POST
/bea/wlp/api/login
|
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.
|
/bea/wlp/api/login?username=user&password=pass
<rsp status="OK"><authenticated>true</authenticated><username>user</username><admin>false</admin></rsp>