| ClientUserGetDetails Method  | 
            Returns a 
MOVEitUserInfo object containing information about the specified user.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic MOVEitUserInfo UserGetDetails(
	string Username
)
Public Function UserGetDetails ( 
	Username As String
) As MOVEitUserInfo
public:
MOVEitUserInfo^ UserGetDetails(
	String^ Username
)
Parameters
- Username
 - Type: SystemString
Username to return information about. 
Return Value
Type: 
MOVEitUserInfoMOVEitUserInfo object containing information about the given user if successful;
            otherwise, 
null.
Remarks
            If the user does not exist or the currently authorized user
            is not permitted to access it, then null is returned instead.
            
See Also