Hi,
Using Owncloud 9.1.5, I'm having trouble using the PUT on the User-Provisionning API, to edit user's attribute.
I try to launch the request from two different ways :
- the owncloud-sharp C# library
- Postman.
Every time, I receive the exact same response as #14283 and #20212
I tried to debug the server-side, in the Users.php file, the editUser(...) function, and see what's going on.
It seems like the $parameters['_put'] is a resource (good news) but the code is unable to read from it (as it looks for the $parameters['_put']['key'].
Any help on this?
Hi,
Using Owncloud 9.1.5, I'm having trouble using the PUT on the User-Provisionning API, to edit user's attribute.
I try to launch the request from two different ways :
Every time, I receive the exact same response as #14283 and #20212
I tried to debug the server-side, in the Users.php file, the editUser(...) function, and see what's going on.
It seems like the $parameters['_put'] is a resource (good news) but the code is unable to read from it (as it looks for the $parameters['_put']['key'].
Any help on this?