v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
users

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>

get/users/autofill/{email}

Path parameters

emailstring required

The user's email.

Headers

Authorizationstring required

Bearer authentication

Response

OK

firstNamestring nullable

The firstname of the user.

lastNamestring nullable

The lastname of the user.

genderstring nullable

The gender of the user.