FME Server .NET API

IFMESecurityManager.CreateUserAccount Method 

Creates a new IFMEUserAccount.

[Visual Basic]
Function CreateUserAccount( _
   ByVal userName As String, _
   ByVal userPassword As String _
) As Safe.FMEServer.API.Security.IFMEUserAccount
[C#]
IFMEUserAccount CreateUserAccount(
   string userName,
   string userPassword
);

Parameters

userName
the user name
userPassword
the user password

Return Value

a new IFMEUserAccount instance.

See Also

IFMESecurityManager Interface | IFMESecurityManager Members | Safe.FMEServer.API.Security Namespace