For context, I'm using the Bolt for JavaScript framework to develop a Slack bot. I have a workspace where I'm the only member.
In the app home, I need to retrieve the current user's email address, but I'm not sure how to do that.
WebAPI methods for users for example, users.profile.get and users.identity, require a user token, I suppose I need to get the user token of the current user.
Any ideas on how to retrieve the user token from the backend? Suggestions would be appreciated.