PostLoginResponse

PostLoginResponse
PostLoginResponse
JSON Example
{
    "data_usage_acceptance": false,
    "http_proxy": 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

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