Modify an attribute of a given user on the Nextcloud instance

  • Parameters

    • user: User

      User who performs the modification

    • key: string

      Attribute name

    • value: any

      New attribute value

    Returns Chainable<Response<any>>