1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-17 12:06:34 +02:00
OpenIntegrations/docs/en/examples/Bitrix24/ChangeUserStatus.txt
Vitaly the Alpaca (bot) 759f1fc878 Main build (Jenkins)
2024-10-17 22:03:29 +03:00

11 lines
344 B
Plaintext

URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
UserID = "624";
Result = OPI_Bitrix24.ChangeUserStatus(URL, UserID, True);
URL = "b24-ar17wx.bitrix24.by";
Token = "6b671167006e9f06006b12e400000001000...";
UserID = "626";
Result = OPI_Bitrix24.ChangeUserStatus(URL, UserID, True, Token);