Documentation

GetGroupUser

array
CGroup::GetGroupUser(
 int id
)

The method returns an array of all users of the group specified by the group IDparameter. Check for DATE_ACTIVE_FROM and DATE_ACTIVE_TO is performed. Static method .

Parameters

ParameterDescription
id Group ID.

See Also

Examples of use

<?
$arUsers = CGroup::GetGroupUser(1);
echo "<pre>"; print_r($arUsers); echo "</pre>";
?>


© «Bitrix24», 2001-2024
Up