mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-28 09:08:38 +02:00
14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
|
|
ArrayOfUsers = New Array;
|
|
|
|
ArrayOfUsers.Add(1);
|
|
ArrayOfUsers.Add(10);
|
|
|
|
Result = OPI_Bitrix24.GetUsers(URL, ArrayOfUsers);
|
|
|
|
URL = "b24-ar17wx.bitrix24.by";
|
|
Token = "21750a67006e9f06006b12e400000001000...";
|
|
UserIDs = 10;
|
|
|
|
Result = OPI_Bitrix24.GetUsers(URL, UserIDs, Token);
|