Answer the question
In order to leave comments, you need to log in
Bitrix API: How to get the "Symbol ID" of a user's group?
Searched here but didn't find it:
Gets an array of group IDs to which the current user belongs:
<?global $USER;
$arGroups = $USER->GetUserGroupArray();
echo "<pre>"; print_r($arGroups); echo "</pre>";
?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question