I had an error in an automation and need to go back and award some achievements manually. I have some velocity written to find all the users I missed...just making sure that this call will award the achievement to the user:
#set($userAchievementResponse = $core_v2_userAchievement.Create($userId, $achievementId))