Log in with Liberty authentication
This REST service will use Liberty authentication to log into the Enterprise Console.
HTTPS method
POSTService format
/services/login
Query string parameters
NonePOST data
Content-Type: application/x-www-form-urlencoded
userid: element containing the user's login id.
password: element containing the user's password.
Refer to documented schema for more details.
Example
userid=testuser&password=mypassword