API & Automations

Change User ID (Lead/Client)


Purpose

You can use the changeUserID method to change user id into the required Credit Repair Cloud Lead/Client Module.

Important: Use the POST method to pass these parameters instead of GET method.

You have to pass the xmlData as a POST parameter.

Request URL

XML Format:

https://app.creditrepaircloud.com/api/lead/changeUserID?apiauthkey=yourapikey&secretkey=yoursecretkey&xmlData=yourxmldata

Examples

XMLDATA sample:

<crcloud>
  <userid>
    <id>NTY=</id>
    <old_userid>admin23</old_userid>
    <new_userid>admin2365</new_userid>
  </userid>
</crcloud>

Request Parameters

Parameter Data Type Description
apiauthkey* String Encrypted alphanumeric string to authenticate your Credit repair cloud credentials.
secretkey* String Encrypted alphanumeric string to authenticate your Credit repair cloud credentials.
xmlData* String This is an XML string and the format should be in XML format.
id* String Encrypted client id in alphanumeric string.
old_userid* String Client old user id
new_userid* String Client new user id

* - Mandatory parameter