PostLoginResponse

PostLoginResponse
PostLoginResponse
JSON Example
{
    "data_usage_acceptance": false,
    "http_proxy": false,
    "alert_email": false,
    "sessionid": "string"
}
boolean
data_usage_acceptance
Optional

Specifies whether the user licenese agreement has been accepted

boolean
http_proxy
Optional

Specifies whether HTTP proxy is setup

boolean
alert_email
Optional

Specifies whether alert email is provided

string
sessionid
Optional

The token that identifies this session of the user's login. This must be used as a header paramater for all other operations.

Returned By