This request logs the user into a specified MS. Username and password are sent using basic authentication.

Usage:

GET on /ms/login

Request URL:

https://<MS hostname>/jss/ms/login

Header:

Authorization: Basic <Base64Encode(username:password)>

Request:

N/A

Response:

{

  "sessionId": "44072fb20fbe38322b5e67a7e780978e20abbc80"

}