v1

latestOpenAPI 3.0.3AGPL-3.0-or-later2026-07-2687268192.4 KB

Create an email for a user

post/users/{id}/emails

Path parameters

idstring uuid required

UUID of the requested object

Request body

addressstring email required
is_primaryboolean
is_verifiedboolean

Response

Created

idstring uuid4 required
addressstring email required

The email address

is_verifiedboolean required

Indicated the email has been verified.

is_primaryboolean required

Indicates it's the primary email address.

created_atstring date-time required

Time of creation of the email

updated_atstring date-time required

Time of last update of the email

Example response

{
  "id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c"
}