Managing User Accounts from Your Existing System
You may use our API Account Functions to manage user accounts directly for your existing system.
For more information and other API resources, visit our AllClients Developer Resources.
AddAccount - Create a new account in the WLCRM database
http://developers.allclients.com/api/account/core/api-function-addaccount/
SetAccountEmail - to change the account email
http://developers.allclients.com/api/account/core/setaccountemail/
SetAccountPassword - to change the account password
http://developers.allclients.com/api/account/core/setaccountpassword/
SetAccountStatus - to change the account from active to inactive/pending delete
http://developers.allclients.com/api/account/core/setaccountstatus/
OR, to make things even easier, you may user Single Sign On:
You can use GetSignOnUrl and automatically log users in directly from their application (without having to have the password synced up any longer)
http://developers.allclients.com/api/account/core/getsignonurl/