Email Management
Get a list of emails for a user
GET
https://{tenant_id}.hanko.io
/
users
/
{id}
/
emails
Path Parameters
id
string
requiredUUID of the requested object
Response
200 - application/json
id
string
requiredThe ID of the email
address
string
requiredThe email address
is_verified
boolean
requiredIndicated the email has been verified.
is_primary
boolean
requiredIndicates it's the primary email address.
created_at
string
requiredTime of creation of the email
updated_at
string
requiredTime of last update of the email
Was this page helpful?