Skip to main content

RtBaseline_WhoAmIEx

The RtBaseline_WhoAmIEx method/function returns the actual logged and authenticated Windows user that is calling the web methods or Web Service. This function is also used to test the Web Service and credentials or the security configuration.

Web Method Synopsis (C# Syntax)

public string WhoAmIEx(void);

Output Result

STRING ® Windows User Name is returned in the standard Microsoft Windows format: DOMAINNAME\USERNAME, by checking read and write user capabilities.

Input Parameters

void