users

Get a user by email

Get a user object by providing a user email. Sensitive information will be sanitized out.

Permissions

Requires an active session and for the current session to be able to view another user's email based on the server's privacy settings.

get/api/v4/users/email/{email}

Path parameters

emailstring required

User Email

Response

User retrieval successful

idstring
create_atinteger

The time in milliseconds a user was created

update_atinteger

The time in milliseconds a user was last updated

delete_atinteger

The time in milliseconds a user was deleted

usernamestring
first_namestring
last_namestring
nicknamestring
emailstring
email_verifiedboolean
auth_servicestring
rolesstring
localestring
propsobject
last_password_updateinteger
last_picture_updateinteger
failed_attemptsinteger
mfa_activeboolean
terms_of_service_idstring

ID of accepted terms of service, if any. This field is not present if empty.

terms_of_service_create_atinteger

The time in milliseconds the user accepted the terms of service

Changes