====== List of creators ====== Request provides possibility to receive the list of available creators for user. === Request example === &svc=get_creators_for_user¶ms={ "id_user":integer } === Parameters === ^ Parameter ^ Description ^ | id_user | Unique Id of user | === Response === == List of available creators == [ { "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" } ]