Wondering if the AppSmith logged in user information/profile is extensible and available as a data source.
example: I’d like to be able to have my users (Viewers) login. Ideally with some additional profile information associated with their account, like phone, ext, maybe some object ids.
One item working on right now is a support dashboard with click to call API post. I’d like to be able to pass the user’s phone extension/number to the post which initiates a bridge call with the supportee.
Hi @jo-cpa ! Yes you do have access to the logged in user’s email. This is stored in the appsmith object at appsmith.user.email. The exception to this is if users log in via Github OAuth2 in which case we wouldn’t have their email IDs stored.