Passing logged in user data to API

I noticed that on-prem offers the ability to pass user data at the Resource level.

https://docs.retool.com/docs/apis#misc-features

For example, passing %USER_PRIMARY_EMAIL% as a header will interpolate the current user's email into the request. I know I can access the current user in the query, but I'd like to avoid this duplication if possible. Is there a way for the non-on-prem version of retool?

Hi there! Unfortunately, we don't currently have a way to access current_user in the API resource setup. How are you using current_user? Maybe you could work around this with a custom authentication workflow where the user manually inputs their email?