Email Management
Get a list of emails for a user
GET
https://{tenant_id}.hanko.io/admin
/
users
/
{id}
/
emails
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your API key. Must only be used when using Hanko Cloud.
Path Parameters
UUID of the requested object
Response
200 - application/json
The ID of the email
The email address
Indicated the email has been verified.
Indicates it's the primary email address.
Time of creation of the email
Time of last update of the email
Was this page helpful?