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

emailstringRequired
The user's email.

Response

OK
firstNamestring or null0-1000 characters
The firstname of the user.
lastNamestring or null0-1000 characters
The lastname of the user.
genderstring or null0-25 characters
The gender of the user.