Find a user with an email address.
Usage
users_lookup_by_email(email, token = Sys.getenv("SLACK_TOKEN"))
Arguments
- email
An email address belonging to a user in the workspace
- token
(character
) A bearer token provided by Slack. A later
enhancement will add the ability to generate this token. Slack token are
long-lasting, and should be carefully guarded.
Value
BKTODO: Return descriptions are not yet implemented in beekeeper