ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Models.ConfigItems Namespace / UserInfo Class
Members Example

In This Topic
    UserInfo Class
    In This Topic
    Represents the basic properties of a user.
    Syntax
    public class UserInfo 
    Public Class UserInfo 
    Example
    How to get users
    // GetAllUsers returns a list of Workflow Manager users
    var wfCon = await WorkflowModule.ConnectAsync();
    var configManager = wfCon.GetManager<ConfigurationManager>();
    var allUsers = configManager.GetAllUsers();
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Workflow.Models.ConfigItems.UserInfo
          ArcGIS.Desktop.Workflow.Models.ConfigItems.UserDetails

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also