You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And when looking up Slack users by email, it seems to have to match the primary email exactly, specifically talking about case. And I need this lookup to be case insensitive.
Am I totally wrong, or is there a way around this?
The text was updated successfully, but these errors were encountered:
So am I mistaken that these two lines wouldn't return the same user? And why the hell not?
SlackUser slackUser = session.findUserByEmail("[email protected]);
SlackUser slackUser = session.findUserByEmail("[email protected]);
So my active directory has a few different case combos...
[email protected]
[email protected]
[email protected]
And when looking up Slack users by email, it seems to have to match the primary email exactly, specifically talking about case. And I need this lookup to be case insensitive.
Am I totally wrong, or is there a way around this?
The text was updated successfully, but these errors were encountered: