I am trying to search users by email. So gis.users.search(query='first.last@joe.com') works but the email query is case sensitive. So if they their user.email is First.Last@joe.com I do not find the user. Users are both internal to the organization and external. Can anybody link a syntax guide or provide me with a recommendation. Thank you.