API Documentation
Intro
Calls
changeUser
API Call - changeUser
Description
This call let's you change a user into our database with the fields specified..
Parameters
| Param | Required? | Description |
| pid | yes | your ChompOn publisher-id |
| auth | yes | your ChompOn authentication-key |
| type | no | either JSON or XML. default is XML |
| uid | yes | the UID of the user to change |
| fname | no | the first name of the user |
| lname | no | the last name of the user |
| no | the email of the user | |
| password | no | a password for the user |
| sub | no | "true" to subscribe user and "false" to unsubscribe user |
Examples
Create a user:
https://www.chompon.com/api.php?pid=12&auth=26a4171b3c38b868&method=changeUser&uid=8&fname=ruven&lname=chu&type=xml


