Visual Basic |
---|
Public Function CreateUserEx( _ ByVal UserName As String, _ ByVal FullName As String, _ ByVal Email As String, _ ByVal Phone As String, _ ByVal Description As String, _ ByVal password As String, _ ByVal domainAuth As String _ ) As String |
- UserName
The new user name.
- FullName
The full name of the user.
The new user email.
- Phone
The new user phone.
- Description
The new user description.
- password
The new user password.
- domainAuth
The distinguished name (DN) of the user in the LDAP server. ALM uses the DN to locate the user in the LDAP server and and perform authentication.
Example of a distinguished name:
uid=emmaw,ou=qc,dc=mercury,dc=com
On success, returns an XML string containing the user properties.