Log in with Liberty authentication

This REST service will use Liberty authentication to log into the Enterprise Console.

HTTPS method

POST

Service format

/services/login

Query string parameters

None

POST 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