User account is showing in "Integration Accounts without Web Service Access Only Flag enabled"Issue:Integration accounts are being flagged by the Security Center because the "Web Service Access Only" checkbox is not enabled. This can pose a security risk by allowing interactive login access to accounts meant solely for integrations. Root Cause:When the "Web Service Access Only" flag is not enabled on an integration user account, ServiceNow treats the user as a standard user. This enables interactive login, which contradicts integration-only account behavior and may trigger security alerts. Solution:Enable the "Web Service Access Only" flag for any user accounts intended solely for API or integration purposes. This restricts the account to web service usage and aligns with platform security best practices. Steps to Resolve: Navigate to the Users [sys_user] table in your ServiceNow instance.Search for the integration user by User ID or Email (e.g., XXX.XXXX@YYY.com).Open the user record.Check the box labeled Web Service Access Only.Click Save to apply the changes. Note: This change will prevent the user from logging into the ServiceNow UI, restricting them to API-based access only. Impact:Once enabled, the account will no longer have interactive UI access, helping to: Reduce the attack surface.Enforce integration-only access policies.Maintain compliance with internal security standards.