• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/api/user.php
  • Класс: BitrixRestApiUser
  • Вызов: User::unsetDefaultAllowedUserField
static function unsetDefaultAllowedUserField($key)
{
	unset(static::$allowedUserFields[$key]);
}