Email Management
Create an email for a user
POST
https://{tenant_id}.hanko.io/admin
/
users
/
{id}
/
emails
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your API key. Must only be used when using Hanko Cloud.
Path Parameters
id
string
requiredUUID of the requested object
Body
application/json
address
string
requiredis_primary
boolean
is_verified
boolean
Response
201 - 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?