Partner Toolkit Web Service - Methods - CreateUser

CreateUser

This method is only available for use by clients whose account is designated to be a Reseller account.

This method is used to create a new user on an account, specified by clientExternalLogin.

» returnCSVString» Boolean
» externalLogin» String
» password» String
» resellerCode» String
» clientExternalLogin» String
» firstName» String
» lastName» String
» email» String
» newPassword» String
» emailHTML» Boolean
» mobileNumber» string
» userTypeID» Integer

On successful completion of this method, the userid and PIN are returned.

Return data


    <?xml version="1.0" encoding="UTF-8"?>
    <CreateUserResponse>
        <Transaction>
            <IP>123.123.123.123</IP>
            <Code>1</Code>
            <Description>Transaction OK</Description>
        </Transaction>
        <ID>222222</ID>
        <Pin>1234</Pin>
    </CreateUserResponse>        
    

CSV:


    #1# 222222,"1234"