ALM Site Administratation Client Type Library
CreateUserEx Method
UserName

The new user name.

FullName

The full name of the user.

Email

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

Description

Creates a new user and retrieves the user properties.

Syntax

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

Parameters

UserName

The new user name.

FullName

The full name of the user.

Email

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

Return Type

On success, returns an XML string containing the user properties.

See Also

Send documentation feedback to HP.