Loading

Unable to Identify Users with Flow User Permission in Reports

Julkaisupäivä: Dec 26, 2025
Kuvaus

Standard reports cannot list users who have the "Flow User" permission enabled. This article explains how to use the Developer Console to execute a query and identify users with this specific permission.

Ratkaisu

The ability to identify users with the "Flow User" permission is not available in standard reports. To retrieve this information, you must use the Developer Console to query the User object.

 

Steps

  1. Click the gear icon in the upper right corner of the Salesforce screen and select Developer Console.

  2. Click File > Open Resource.

  3. Enter "User.obj" in the search field and click Open.

  4. Click Query Editor and enter the following query:

    Select FirstName, LastName, Id, UserPermissionsInteractionUser, IsActive from User WHERE UserPermissionsInteractionUser = True
    
  5. Click Execute.

  6. Verify that the list of users with Flow User permission is displayed in the results below.

Users with UserPermissionsInteractionUser set to true in the query results are the target users.

Knowledge-artikkelin numero

005237089

 
Ladataan
Salesforce Help | Article