LoginRequestType

LoginRequestType
LoginRequestType

The parameters of Login.

JSON Example
{
    "userName": "string",
    "password": "string",
    "locale": "string"
}
string
userName
Required

The ID of the user who is logging on to the server.

string As password As password
password
Required

The HostAccountSpec.password of the user who is logging on to the server.

string
locale
Optional

A two-character ISO-639 language ID (like "en") optionally followed by an underscore and a two-character ISO 3166 country ID (like "US").

Examples are "de", "fr_CA", "zh", "zh_CN", and "zh_TW". Note: The method uses the server default locale when a locale is not provided. This default can be configured in the server configuration file. If unspecified, it defaults to the locale of the server environment or English ("en") if unsupported.