ArcGIS Pro 2.9 API Reference Guide
GetUser Method

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.
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, Windows 8.1

See Also

Reference

ConfigurationManager Class
ConfigurationManager Members