Quarantine GetUserResourceIdsOfQuarantined
Quarantine_GetUserResourceIdsOfQuarantined
Return an Array containing User resource Ids of the users have any quarantine in the quarantines list.
Syntax
Quarantine_GetUserResourceIdsOfQuarantined(quarantineRIdList);
Arguments
quarantineRIdList: Array number Resource Ids of Quarantines.
Return type
Array
Examples
array quarantineRIdList = {15525523,15525524,15525566};
array getUserRIdsOfQuarantined = Quarantine_GetUserResourceIdsOfQuarantined(quarantineRIdList);
print(getUserRIdsOfQuarantined);
// {161256860,161258873,161261194,161261196,161261197,161261203,161261204}