I figured it out, turns out the parse releases as an array with objects within so to call id all you would have to do is
id = (obj.users[0]._id).
I won’t release it unless anyone wants to, but I have a script that converts usernames to id’s if that is useful for anyone here.