Returning current user

Hello,

I was wondering if there is a was to return the current user outside of

‘’‘sgtk.platform.current_engine().context’’’

3 Likes
sa = sgtk.authentication.ShotgunAuthenticator()
user = sa.get_user()

seems to return it

4 Likes