method updateUser documentation in bbn\Api\Prosody

NOW: Update user's infos (password)

TODO: Update user's infos (all)

function($username, $password, $name = false, $email = false, $groups = false) { $endpoint = '/user/'.$username.'/attribute'; return $this->doRequest('patch', $endpoint, compact('username', 'password','name','email', 'groups')); }

NOW: Update user's infos (password) BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.