userLoginRequest

Extends: request
Namespace: (default namespace)
XML Schema: ns0.xsd

XML

Elements

name (type) min/max
occurs
description
msisdn (long) 1/1 The user's verified mobile number
password (string) 1/1 The user's password
key (string) 0/1 The optional key (max. 64 chars) for login check. If set and checkKey is true the key must match the last used key.
checkKey (boolean) 1/1 If true the provided key will be checked otherwise the provided key will overwrite the old one after successful login.

JSON

property type description
msisdn msisdn (long) The user's verified mobile number
password password (string) The user's password
key key (string) The optional key (max. 64 chars) for login check. If set and checkKey is true the key must match the last used key.
checkKey checkKey (boolean) If true the provided key will be checked otherwise the provided key will overwrite the old one after successful login.