Hello All,
I would like to know, Is there api to create user in Testlink with access for required projects?
We are trying to use Testlink server for multiple projects hence lot of user creation will be needed. As this task is time consuming from UI I am looking for user creation api.
Any pointer in this regard will be helpful. If api is not there would you please tell me any other alternative.
Thanks in advance.
Regards,
Kamlesh
api for user creation [API do not have these methods]
Moderators: Amaradana, TurboPT, TL Developers
Re: api for user creation
all api available is what you found inside the xmlrpc serve code present on TL distribution.
Only choice is analise PHP code to see involved tables and create SQL statements to insert not only users , but roles.
You can give a look to testlink_create_default_data.sql present on TestLink installation, this will help to understand involved tables.
Also search on mantis, there is an issue where a developer has created a picture of DB SCHEMA
Only choice is analise PHP code to see involved tables and create SQL statements to insert not only users , but roles.
You can give a look to testlink_create_default_data.sql present on TestLink installation, this will help to understand involved tables.
Also search on mantis, there is an issue where a developer has created a picture of DB SCHEMA