api for user creation [API do not have these methods]

Discussion and information for XML-RPC interface.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
kam2012
Advanced user
Posts: 27
Joined: Mon Feb 13, 2012 9:55 pm

api for user creation [API do not have these methods]

Post by kam2012 »

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
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: api for user creation

Post by fman »

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
Post Reply