API_MEDKINECT.User.update_user C# (CSharp) Method

update_user() public method

public update_user ( ) : Object
return Object
        public Object update_user()
        {
            return this.conexion_rest("post", "api/users/#/update", this, this.id);
        }