Skip to content

No working PUT User-Provisioning API  #27976

@ChristopheHvd

Description

@ChristopheHvd

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions