To save you downloading a file, the easiest way I can think of is use this script with the script debugging window open (plus > show script debugging window)
code:
function OnEvent_Initialize(MessengerStart)
{
Debug.Trace(Messenger.MyUserId)
}
It will be the number in the last line of text.