ALM Site Administratation Client Type Library
CreateUser 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.

Description

Creates a new user and retrieves the user properties.

Syntax

Visual Basic
Public Function CreateUser( _
   ByVal UserName As String, _
   ByVal FullName As String, _
   ByVal Email As String, _
   ByVal Phone As String, _
   ByVal Description As String, _
   ByVal password 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.

Return Type

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

Example

See Also

Send documentation feedback to HP.