Does SugarCRM have a Java API to create a login account (login account that would then be accessible through the web interface)?
What I want to do is programatically provision a login account (and later an employee account
(maybe without login access) and other things). I could do this, through JDBC put things directly in the database,
but this would take some time to figure out, and I would be rewriting everything the web interface
does now.
I want to be able to do all things you can do from the web interface
or an admin tool but by sending an XML message to a web service
or use a SugarCRM API for which I can write my own web service to do this.
In other words I do not want to go through the web interface
as a human to create the login account (as in a web interface
login account).
We have a central system where we provision users out to
the applications they need to access and are just now adding
SugarCRM to the mix.
I want to pass all the info to the SugarCRM API (including the password)
and have everything go where it needs to go.
For this to work the SugarCRM API would need to take the plain text
password and encrypt it just like it would if created from the web interface.
Any help or pointers in helping me to accomplish this would be super
greatly appreciated.
If you have need of doing the same, I am willing to share my code and
my work.
Ultimately we want to be able to programatically through an API manage the
full lifecycle of various SugarCRM data (provision / update / delete user accounts
move people to other departments, create departments groups, manage access attributes etc).


LinkBack URL
About LinkBacks



Reply With Quote




Bookmarks