Standard Salesforce reports cannot list users who have the Flow User permission enabled. The Flow User permission (stored in the system field UserPermissionsInteractionUser) allows users to run flows in Salesforce. This article explains how to use the Developer Console to execute a SOQL (Salesforce Object Query Language) query and identify users who have this specific permission enabled.
The ability to identify users with the Flow User permission is not available in standard Salesforce reports. To retrieve this information, you must use the Developer Console to query the User object.
About the Flow User Permission: The Flow User permission is stored in the User object field called UserPermissionsInteractionUser. When this field is set to True on a User record, that user has the Flow User (also known as Interaction User) permission enabled in Salesforce.
SELECT FirstName, LastName, Id, UserPermissionsInteractionUser, IsActive FROM User WHERE UserPermissionsInteractionUser = TrueUsers returned in the query results are those who have the Flow User permission enabled. The UserPermissionsInteractionUser field value will show as True for these users.
005237089

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.