---
title: "Add email addresses"
method: POST
path: "/user/emails"
tags: ["user"]
---

# Add email addresses

`POST /user/emails`

## Request body

- CreateEmailOption — CreateEmailOption options when creating email addresses
  - `emails` string[] — email addresses to add

## Response `201`

EmailList

- Email[]
  - `email` string, email — The email address
  - `primary` boolean — Whether this is the primary email address
  - `user_id` integer — The unique identifier of the user who owns this email
  - `username` string — username of the user
  - `verified` boolean — Whether the email address has been verified

## Other responses

- `422` — APIValidationError is error format response related to input validation

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/revisions/350de506cefa/schema)
