CUser::Add( array fields )
$cu = new CUser; $arFields = array( 'NAME' => 'Вася', 'UF_INN' => '0123456789', ..... ); $cu->Add($arFields);