[owncloud-devel] User Provisionning API

2016-03-20 Thread Mohammed Amine Saidi
hello guys, is there any method to set the email of a user before the creation in the POST method?? "http://admin:sec...@example.com/ocs/v1.php/cloud/users -d userid="Frank" -dpassword="frankspassword" thank's a lot ___ Devel mailing list Devel@owncloud

Re: [owncloud-devel] User Provisionning API

2016-03-19 Thread Roeland Douma
: Mohammed Amine Saidi To: List for Developers of ownCloud Sent: 17-3-2016 11:04 Subject: [owncloud-devel] User Provisionning API hello guys  I'v been working on user Creation and authentication (PHP) , however the creation part work fine, but i have a problem when i want to che

[owncloud-devel] User Provisionning API

2016-03-19 Thread Mohammed Amine Saidi
hello guys I'v been working on user Creation and authentication (PHP) , however the creation part work fine, but i have a problem when i want to check if the password of a user is valid or not i cannot find in the User provisioning api documentation a get request for getting user informations . ca

Re: [owncloud-devel] User Provisionning API

2016-03-18 Thread Mohammed Amine Saidi
mmed Amine Saidi > * To: * List for Developers of ownCloud > * Sent: * 17-3-2016 11:04 > * Subject: * [owncloud-devel] User Provisionning API > > hello guys > > I'v been working on user Creation and authentication (PHP) , however the > creation part work fine, but i have a pr

Re: [owncloud-devel] User Provisionning API

2016-03-15 Thread Joas Schilling
Use http://:@/ocs/v1.php/... Am 15.03.2016 um 13:03 schrieb Mohammed Amine Saidi: Hello, i'm trying to call OwnCloud user provisioning APi from a web application and i get this xml as a result when i execute my code "failure 997 Unauthorised" the problem is when i do want to sent the request t

[owncloud-devel] User Provisionning API

2016-03-15 Thread Mohammed Amine Saidi
Hello, i'm trying to call OwnCloud user provisioning APi from a web application and i get this xml as a result when i execute my code "failure 997 Unauthorised" the problem is when i do want to sent the request to the server i need first to authenticate the user so that we can retrieve data from