• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/api/user.php
  • Класс: BitrixRestApiUser
  • Вызов: User::getErrorScope
static function getErrorScope()
{
	return [
		'error' => 'insufficient_scope',
		'error_description' => 'The request requires higher privileges than provided by the access token',
	];
}