Tries to retrieve user name and gender for the specified email.
Returns the first name, last name and gender of the given email address.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
email
The user's email.
Response
OK
firstName
The firstname of the user.
lastName
The lastname of the user.
gender
The gender of the user.

