Click or drag to resize
ClientUserGetDetails Method
Returns a MOVEitUserInfo object containing information about the specified user.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public MOVEitUserInfo UserGetDetails(
	string Username
)

Parameters

Username
Type: SystemString
Username to return information about.

Return Value

Type: MOVEitUserInfo
MOVEitUserInfo 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