| ClientUserChangeStatus Method (String, String) | 
            Changes the status of the specified user.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic bool UserChangeStatus(
	string Username,
	string Status
)
Public Function UserChangeStatus ( 
	Username As String,
	Status As String
) As Boolean
public:
bool UserChangeStatus(
	String^ Username, 
	String^ Status
)
Parameters
- Username
 - Type: SystemString
Username to change status of. - Status
 - Type: SystemString
Either "active" or "suspended". 
Return Value
Type: 
Booleantrue if successful; otherwise, 
false.
Remarks
            The value of Status must be either "active" or "suspended".
            
See Also