Adds a new user to the system. New Users get a random password created. The random password is returned in the dataset.Tables[0].Rows[0]["password"] field. Calls: xct_spACAddUser
Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <WebMethodAttribute(Description := "Adds a new user to the system. New Users get a random password created. The random password is returned", MessageName := "addUser"), _ SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)> Public Function addUser( _ ByVal emailAddress As String, _ ByVal password As String, _ ByVal custID As String, _ ByVal custIDHash As String, _ ByVal fName As String, _ ByVal lName As String, _ ByVal userContent As String, _ ByVal User1 As String, _ ByVal User2 As String, _ ByVal User3 As String, _ ByVal User4 As String, _ ByVal User5 As String, _ ByVal User6 As String, _ ByVal User7 As String, _ ByVal User8 As String, _ ByVal User9 As String, _ ByVal User10 As String, _ ByVal User11 As String _ ) As DataSet |
| C# |
|---|
| [WebMethodAttribute(Description = "Adds a new user to the system. New Users get a random password created. The random password is returned", MessageName = "addUser")] [SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)] public DataSet addUser( string emailAddress, string password, string custID, string custIDHash, string fName, string lName, string userContent, string User1, string User2, string User3, string User4, string User5, string User6, string User7, string User8, string User9, string User10, string User11 ) |
| C++ |
|---|
| [WebMethodAttribute(Description = L"Adds a new user to the system. New Users get a random password created. The random password is returned", MessageName = L"addUser")] [SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)] public: DataSet addUser( String emailAddress, String password, String custID, String custIDHash, String fName, String lName, String userContent, String User1, String User2, String User3, String User4, String User5, String User6, String User7, String User8, String User9, String User10, String User11 ) sealed |
| J# |
|---|
| /** @attribute WebMethodAttribute(Description = "Adds a new user to the system. New Users get a random password created. The random password is returned", MessageName = "addUser") */ /** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */ public DataSet addUser( string emailAddress, string password, string custID, string custIDHash, string fName, string lName, string userContent, string User1, string User2, string User3, string User4, string User5, string User6, string User7, string User8, string User9, string User10, string User11 ) |
| JScript |
|---|
| public WebMethodAttribute(Description = "Adds a new user to the system. New Users get a random password created. The random password is returned", MessageName = "addUser") SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) function addUser( emailAddress : String, password : String, custID : String, custIDHash : String, fName : String, lName : String, userContent : String, User1 : String, User2 : String, User3 : String, User4 : String, User5 : String, User6 : String, User7 : String, User8 : String, User9 : String, User10 : String, User11 : String ) : DataSet |
Parameters
- emailAddress
- password
- custID
- custIDHash
- fName
- lName
- userContent
- User1
- User2
- User3
- User4
- User5
- User6
- User7
- User8
- User9
- User10
- User11