Information about user
action = userInfo
Retrieves detailed information about an user.
key | value |
---|---|
email * | encrypted user e-mail |
password ** | encrypted password of the user. It is encrypted the same way as the e-mail after it is processed through sha1() hash function. |
* - mandatory fields
** - mandatory fields for mobile devices
Output
Array
(
[0] => Array
(
[sefName] => user1
[language] => en
[name] => John
[surname] => Sample
[credits] => 1000
[currency] => 1
[currencyCode] => EUR
[adultTerms] => 1
[orders] => Array
(
[123] => Array
(
[id] => 123
[name] => Title name
[prepaids] => Array
(
[0] => Array
(
[id] => 75
[name] => Prepaid order name
[pieces] => 365
[days] => 0
[date] => 1293861600
[rent] => 0
[rentDays] => 0
[archive] => 0
)
)
)
)
[books] => Array
(
[0] => 1234
[1] => 1235
[2] => 1236
)
)
)