Page 1 of 1
Create user using REST API
PostPosted:Wed Feb 03, 2016 1:19 pm
by openkm_user
Hi,
Is there any method using REST API for creating OpenKM users and roles?
Thanks in advance!!
Re: Create user using REST API
PostPosted:Thu Feb 04, 2016 8:07 am
by jllort
These methods have been added in professional edition but still not in community. Now you should download the OpenKM portable
http://sourceforge.net/projects/openkmportabledev/ and then create the method is AuthService.java ( is quite easy ).
Re: Create user using REST API
PostPosted:Thu Feb 04, 2016 3:29 pm
by openkm_user
Hi,
Thank you, found solution with your help. Have to do many things to get it to work, so not able to post here

.
Re: Create user using REST API
PostPosted:Fri Feb 05, 2016 8:21 am
by jllort
The involved classes are :
AuthService.java ( rest service )
OKMAuth.java ( auth api )
Re: Create user using REST API
PostPosted:Tue Jul 11, 2017 5:37 am
by Gopal
jllort wrote: ↑Fri Feb 05, 2016 8:21 am
The involved classes are :
AuthService.java ( rest service )
OKMAuth.java ( auth api )
Hi jllort
I am looking for web service to create new user in Open KM through .net .
Please help me , i need it urgent
Thanks
Re: Create user using REST API
PostPosted:Wed Jul 12, 2017 3:57 pm
by jllort
I've answered it in this post
viewtopic.php?f=5&t=21281