Unable to use UserID in .GetUser api
Update: Found out the user ID is actually supposed to be a Guid object and not a string.
I have a data table which contains a list of UserId's. Currently, I need to convert those UserId's into usernames. I have been attempting to use the variations of the '.GetUser' api.
With this test, I have been unable to actually fill my variable with user info for analysis. Is there any known workarounds for this situation? I confirmed that .GetUser works with the username, just not with the UserID.
Below is an example of my scripting, the string is of the userID I obtained by testing on a username.

