Loading

Unable to Identify Users with Flow User Permission in Reports

Fecha de publicación: Dec 26, 2025
Descripción

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.

Solución

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.

Número del artículo de conocimiento

005237089

 
Cargando
Salesforce Help | Article