This is an old revision of the document!


FIXME This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)

Получение возможных владельцев

Запрос предназначен для получения списка возможных владельцев учетной записи.

Пример запроса

&svc=get_creators_for_user&params={
    "id_user":integer
}

Параметры

Параметр Значение
id_user Уникальный идентификатор пользователя

Ответ сервера

Список возможных владельцев
[
  {
    "id":24237,
    "creator":1,
    "login":"sdkTest",
    "password":"827ccb0eea8a706c4c34a16891f84e7b",
    "is_admin":1,
    "address_base":"Google",
    "time_zone":10800,
    "mail":"",
    "phone":"",
    "account":"0",
    "cost_unit":null,
    "hide_menu":null,
    "is_block":0,
    "cost_day":null,
    "cost_mode":"units",
    "days":null,
    "winter_time":0,
    "legal_name":"",
    "location":"",
    "lat_lon":"",
    "currency":"",
    "date_create":1515770894,
    "date_block":null,
    "last_login":1516009943,
    "fields":null,
    "auth_key":"4mmbqP3RzxSQnVCIZjqiC3U9f64cfEfz"
  }
]