Groups getUserCount

From Catglobe Wiki
Jump to: navigation, search



Groups_getUserCount

Get number users of groups

Syntax

Groups_getUserCount (array groupsRId);

Arguments

groupsRId: array. Array of groups resource Id

Return type

Dictionary

Example

array groupsRId = {15569488, 15569686, 15569952, 15569953};
Groups_getUserCount(groupsRId);
//{"15569488": 0, "15569686": 4, "15569952": 4, "15569953": 4}