<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://docs.geliospro.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://docs.geliospro.net/feed.php">
        <title>Gelios Docs en:d-sdk:2_users</title>
        <description></description>
        <link>http://docs.geliospro.net/</link>
        <image rdf:resource="http://docs.geliospro.net/_media/favicon.ico" />
       <dc:date>2026-05-02T17:34:53+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://docs.geliospro.net/en/d-sdk/2_users/1_get_users?rev=1625653709&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.geliospro.net/en/d-sdk/2_users/3_user_info?rev=1625653709&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.geliospro.net/en/d-sdk/2_users/4_creators?rev=1625653709&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.geliospro.net/en/d-sdk/2_users/5_get_customize?rev=1625653709&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.geliospro.net/en/d-sdk/2_users/6_user_actions?rev=1625653709&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.geliospro.net/en/d-sdk/2_users/7_user_balance?rev=1625653709&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.geliospro.net/en/d-sdk/2_users/8_user_payment?rev=1625653709&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.geliospro.net/en/d-sdk/2_users/9_create_user?rev=1625653709&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.geliospro.net/en/d-sdk/2_users/10_update_user?rev=1666193648&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.geliospro.net/en/d-sdk/2_users/12_change_user_password?rev=1625653709&amp;do=diff"/>
                <rdf:li rdf:resource="http://docs.geliospro.net/en/d-sdk/2_users/13_reset_password?rev=1625653709&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://docs.geliospro.net/_media/favicon.ico">
        <title>Gelios Docs</title>
        <link>http://docs.geliospro.net/</link>
        <url>http://docs.geliospro.net/_media/favicon.ico</url>
    </image>
    <item rdf:about="http://docs.geliospro.net/en/d-sdk/2_users/1_get_users?rev=1625653709&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-07T13:28:29+03:00</dc:date>
        <title>Users list</title>
        <link>http://docs.geliospro.net/en/d-sdk/2_users/1_get_users?rev=1625653709&amp;do=diff</link>
        <description>Users list

Request provides possibility to receive the list of users available for account.

Request example

&amp;svc=get_users&amp;params={
    filtr_cf:[{
        &quot;name&quot;:string,
        &quot;value&quot;:string
    }],
    &quot;id_group&quot;:integer
}

Parameters
 Parameter</description>
    </item>
    <item rdf:about="http://docs.geliospro.net/en/d-sdk/2_users/3_user_info?rev=1625653709&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-07T13:28:29+03:00</dc:date>
        <title>User's info</title>
        <link>http://docs.geliospro.net/en/d-sdk/2_users/3_user_info?rev=1625653709&amp;do=diff</link>
        <description>User's info

Request provides possibility to receive information about user.

Request example

&amp;svc=get_user_info&amp;params={
    &quot;id&quot;:integer
}

Parameters
 Parameter    Description    id  Unique Id of user 
Additional information

Provides full information about user.</description>
    </item>
    <item rdf:about="http://docs.geliospro.net/en/d-sdk/2_users/4_creators?rev=1625653709&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-07T13:28:29+03:00</dc:date>
        <title>List of creators</title>
        <link>http://docs.geliospro.net/en/d-sdk/2_users/4_creators?rev=1625653709&amp;do=diff</link>
        <description>List of creators

Request provides possibility to receive the list of available creators for user.

Request example

&amp;svc=get_creators_for_user&amp;params={
    &quot;id_user&quot;:integer
}

Parameters
 Parameter    Description    id_user  Unique Id of user 
Response</description>
    </item>
    <item rdf:about="http://docs.geliospro.net/en/d-sdk/2_users/5_get_customize?rev=1625653709&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-07T13:28:29+03:00</dc:date>
        <title>User's customization</title>
        <link>http://docs.geliospro.net/en/d-sdk/2_users/5_get_customize?rev=1625653709&amp;do=diff</link>
        <description>User's customization

Request provides possibility to receive customization settings.

Request example

&amp;svc=get_customize


Parameters

Additional information

Will response with full amount of text fields of customization settings:

{«id»:9, «id_user»:1, «title»:«», «copyright»:«;», «docs_url»:«», «logo_url»:«monitoring.local», «support_email»:«kirnet.name@yandex.ru», «demo_login»:«demo», «demo_password»:«demo»},
or with empty array.</description>
    </item>
    <item rdf:about="http://docs.geliospro.net/en/d-sdk/2_users/6_user_actions?rev=1625653709&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-07T13:28:29+03:00</dc:date>
        <title>User Activity Statistics</title>
        <link>http://docs.geliospro.net/en/d-sdk/2_users/6_user_actions?rev=1625653709&amp;do=diff</link>
        <description>User Activity Statistics

The request is intended to obtain information about user account activities.

Request Example

&amp;svc=get_user_actions&amp;params={
    &quot;id_user&quot;:integer,
    &quot;time_from&quot;: integer,
    &quot;time_to&quot;: integer
}

Parameters
 Parameter</description>
    </item>
    <item rdf:about="http://docs.geliospro.net/en/d-sdk/2_users/7_user_balance?rev=1625653709&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-07T13:28:29+03:00</dc:date>
        <title>User Balance</title>
        <link>http://docs.geliospro.net/en/d-sdk/2_users/7_user_balance?rev=1625653709&amp;do=diff</link>
        <description>User Balance

The request is intended to obtain information about user balance.

Request Example

&amp;svc=get_user_balance&amp;params={
    &quot;id_user&quot;:1
}

Parameters
 Parameter    Description    id_user  Unique User ID 
Server Response

User Balance

{
    &quot;ballance&quot;:&quot;100&quot;
}</description>
    </item>
    <item rdf:about="http://docs.geliospro.net/en/d-sdk/2_users/8_user_payment?rev=1625653709&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-07T13:28:29+03:00</dc:date>
        <title>User Payment History</title>
        <link>http://docs.geliospro.net/en/d-sdk/2_users/8_user_payment?rev=1625653709&amp;do=diff</link>
        <description>User Payment History

The request is intended to obtain a history of user payments.

Request Example

&amp;svc=get_user_payment&amp;params={
    &quot;id_user&quot;:integer,
    &quot;from&quot;:integer,
    &quot;to&quot;: integer
}

Parameters
 Parameter    Description    id_user  Unique User ID</description>
    </item>
    <item rdf:about="http://docs.geliospro.net/en/d-sdk/2_users/9_create_user?rev=1625653709&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-07T13:28:29+03:00</dc:date>
        <title>Create New User</title>
        <link>http://docs.geliospro.net/en/d-sdk/2_users/9_create_user?rev=1625653709&amp;do=diff</link>
        <description>Create New User

The request is intended to create new user account.

Request Example


&amp;svc=create_user&amp;params={
   &quot;login&quot;:string,
   &quot;pass&quot;:string,
   &quot;photo&quot;:base64,
   &quot;is_admin&quot;:ushort,
   &quot;address_base&quot;:string,
   &quot;time_zone&quot;:short,
   &quot;email&quot;:string,
   &quot;phone&quot;:string,
   &quot;language&quot;:string,
   &quot;creator&quot;:integer,
   &quot;location&quot;:string,
   &quot;legal_name&quot;:string,
   &quot;lat_lon&quot;:double,double,
   &quot;cost_mode&quot;:string,
   &quot;cost_unit&quot;:double,
   &quot;currency&quot;:string,
   &quot;cost_day&quot;:integer,
   &quot;hide_menu…</description>
    </item>
    <item rdf:about="http://docs.geliospro.net/en/d-sdk/2_users/10_update_user?rev=1666193648&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-19T18:34:08+03:00</dc:date>
        <title>Edit User</title>
        <link>http://docs.geliospro.net/en/d-sdk/2_users/10_update_user?rev=1666193648&amp;do=diff</link>
        <description>Edit User

The request is intended to edit information of the user account .

Request Example

&amp;svc=update_user&amp;params={
    &quot;id&quot;:integer,
    &quot;login&quot;:string,
    &quot;email&quot;:string,
    &quot;phone&quot;:string,
    &quot;password&quot;:string,
    &quot;photo&quot;:base64,
    &quot;is_block&quot;:ushort,
    &quot;is_admin&quot;:ushort,
    &quot;address_base&quot;:string,
    &quot;time_zone&quot;:short,
    &quot;language&quot;:string,
    &quot;creator&quot;:integer,
    &quot;location&quot;:string,
    &quot;legal_name&quot;:string,
    &quot;lat_lon&quot;:double,double,
    &quot;cost_mode&quot;: string,
    &quot;cost_day&quot;…</description>
    </item>
    <item rdf:about="http://docs.geliospro.net/en/d-sdk/2_users/12_change_user_password?rev=1625653709&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-07T13:28:29+03:00</dc:date>
        <title>Change Password</title>
        <link>http://docs.geliospro.net/en/d-sdk/2_users/12_change_user_password?rev=1625653709&amp;do=diff</link>
        <description>Change Password

The request is intended to change user account password.

Request Example

&amp;svc=change_user_password&amp;params={
    &quot;new_pass&quot;:string
}

Parameters
 Parameter    Description    new_pass  New Password 
Server Response

Password changed successfully</description>
    </item>
    <item rdf:about="http://docs.geliospro.net/en/d-sdk/2_users/13_reset_password?rev=1625653709&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-07T13:28:29+03:00</dc:date>
        <title>Password Reset</title>
        <link>http://docs.geliospro.net/en/d-sdk/2_users/13_reset_password?rev=1625653709&amp;do=diff</link>
        <description>Password Reset

The request is intended to reset user's password.

Request Example

&amp;svc=reset_password&amp;params={
    &quot;login&quot;:string,
    &quot;phone&quot;:string
}

Parameters
 Parameter    Description    login  User Login  phone  User phone number 
Additional information</description>
    </item>
</rdf:RDF>
