Retrieve logged in username in Script #11941
-
Hello. I need to retrieve the username of the logged in user for a specific use case in a Script. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
jeremystretch
Mar 10, 2023
Replies: 1 comment 1 reply
-
The user executing the script is accessible as an attribute of the request object. Hope that helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tux-mania
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The user executing the script is accessible as an attribute of the request object. Hope that helps!