ALM Site Administratation Client Type Library
Defining a new user
Private Sub CreateUser()

'CreateUser Example
    Dim sReply As String
    sReply = m_SAClient.CreateUser _
        ("alex_td", "Alex Dashevsky", _
        "alex_td@abc.com", "301-3432778", _
        "QualityCenter_Demo", _
        "alexPassword")
    Debug.Print sReply
    MsgBox sReply

End Sub
Send documentation feedback to HP.