usergroup/getusercount
Parameters:
p1: partition username
p2: usergroup name
p3: (optional) list type (defaults to "active"), other options "inactive" and "all"
Return Type:
Integer
Description:
Returns the number of users that exist inside specified usergroup. You can specify the list type for the 3rd parameter. By default, returned count will be 'active' users. You can set 3rd parameter to inactive (to get inactive user count) or all (to get count for all users). Note that previous versions of this API command returned count of ALL users, and did not offer the 3rd parameter.