ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Workflow.Models Namespace / ConfigurationManager Class / GetUser Method
The username of the user's details to retrieve. If this is null, it will retrieve the details for the current user.

In This Topic
    GetUser Method
    In This Topic
    Get the details of the specified user. This method must be called on the MCT. Use QueuedTask.Run
    Syntax
    public UserDetails GetUser( 
       string username
    )
    Public Function GetUser( _
       Optional ByVal username As String _
    ) As UserDetails

    Parameters

    username
    The username of the user's details to retrieve. If this is null, it will retrieve the details for the current user.

    Return Value

    The UserDetails of the specified user
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also