Well I guess how I respond to this depends on what forum your user belongs to.
Like I would suggest if you are using vbulletin you could use phpmyadmin in your webhosting contorl panel and maybe do a query like this
UPDATE user SET usergroupid=6 WHERE userid=1
Replace of course with your forum userid and if your
vb tables have a prefix then add that to the table name.