Create or update password for the site user.Ask AIpost https://api.rocket.net/v1/sites/users/{user_id}/passwordFor a given site user, create a new password when user is initially invited to site or resets their passwordPath Paramsuser_idintegerrequiredBody ParamsAdd an site user passwordpasswordstringrequiredPassword for the site usertokenstringrequiredToken that allows the password to be setResponses 200OK 400Bad Request 401Authentication failed 403Not authorized to access endpoint 404Given site not found for user 405Invalid input 500Internal errorUpdated 6 months ago