Company
Click here for a complete list of operations.
CreateUser
Allows a Salesnet Administrator to create a new User.
Test
The test form is only available for requests from the local machine.SOAP
The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values.
POST /2004/01/15/company.asmx HTTP/1.1
Host: wsapi.salesnet.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.salesnet.com/wsapi/CreateUser"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<Authentication xmlns="http://www.salesnet.com/wsapi/">
<token>string</token>
</Authentication>
</soap:Header>
<soap:Body>
<CreateUser xmlns="http://www.salesnet.com/wsapi/">
<extrnsysUserData>string</extrnsysUserData>
<userLogin>string</userLogin>
<userPswd>string</userPswd>
<userPswdCanExpire>string</userPswdCanExpire>
<isActive>int</isActive>
<userIsCompAdmin>int</userIsCompAdmin>
<userWSAPIPrivil>int</userWSAPIPrivil>
<userPBAdminPrivil>int</userPBAdminPrivil>
<userMRUpdatePrivil>int</userMRUpdatePrivil>
<userMRReassignPrivil>int</userMRReassignPrivil>
<userDashAdminPrivil>int</userDashAdminPrivil>
<userAcctContImportPrivil>int</userAcctContImportPrivil>
<userDealImportPrivil>int</userDealImportPrivil>
<userCommMgrPrivil>int</userCommMgrPrivil>
<userSyncPrivil>int</userSyncPrivil>
<userOfflinePrivil>int</userOfflinePrivil>
<userLinkedEmailPrivil>int</userLinkedEmailPrivil>
<userWirelessPrivil>int</userWirelessPrivil>
<userIsRO_HomeDash>int</userIsRO_HomeDash>
<userRptingTabVisible>string</userRptingTabVisible>
<userRptingPrivilRptDef>string</userRptingPrivilRptDef>
<userRptingPrivilSnapshot>string</userRptingPrivilSnapshot>
<userIsRO_AcctCont>int</userIsRO_AcctCont>
<userIsRO_Deal>int</userIsRO_Deal>
<userIsRO_ApptTask>int</userIsRO_ApptTask>
<userIsRO_Doclib>int</userIsRO_Doclib>
<userPosID>int</userPosID>
<userNameFirst>string</userNameFirst>
<userNameLast>string</userNameLast>
<userTitle>string</userTitle>
<userEmail>string</userEmail>
<userWorkPhone>string</userWorkPhone>
<userCellPhone>string</userCellPhone>
<userHomePhone>string</userHomePhone>
<userWorkFax>string</userWorkFax>
<userHomeFax>string</userHomeFax>
<userAddr1>string</userAddr1>
<userAddr2>string</userAddr2>
<userCity>string</userCity>
<userState>string</userState>
<userZip>string</userZip>
<userCountry>string</userCountry>
<userSNTZID>int</userSNTZID>
<userWorkTimeBegin>string</userWorkTimeBegin>
<userWorkTimeEnd>string</userWorkTimeEnd>
<userCultCode>string</userCultCode>
<userCrncyCode>string</userCrncyCode>
<userGetsOperationalEmail>int</userGetsOperationalEmail>
<userGetsProductEmail>int</userGetsProductEmail>
</CreateUser>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<CreateUserResponse xmlns="http://www.salesnet.com/wsapi/">
<CreateUserResult>dataset</CreateUserResult>
</CreateUserResponse>
</soap:Body>
</soap:Envelope>