usergroup__getCount
Parameters:
p1: partition username
Return Type:
Integer
Description:
Returns the number of usergroups that exist inside specified account.
Example (using Code Kit):// assumes partition username "anthony" exists
$data = APICommand( "usergroup__getCount", "anthony" );
$xml = simplexml_load_string( $data );echo $xml->result;