Thank you for the feedback fman

.
My scenario is like this.
1] The application that is going to integrate TestLink is an application creation and management application.
2] There will be multiple projects in one instance of the application.
3] The roles in our app are app owners, developers, devops and testers.
4] When an app promotes to the life cycle stage of dev to test testlink must create a test project for it.
5] The testers assigned must be able to login with there usual credentials and see the projects assigned to them.
The current api enabled creating projects and assignment but user provisioning was not there. I'm going to add users only on need to stop clutering of the database and easy management.
I'm currently writing addUser function for the api. Hope it is not going out of your concepts.
