---
title: "Set default email account"
method: POST
path: "/v3/email-accounts/{id}/set-default"
tags: ["Email Accounts"]
---

# Set default email account

`POST /v3/email-accounts/{id}/set-default`

<small>_Requires the `channels:operate` scope (or a broader one that includes it)._</small>

Sets the specified email account as the default for the authenticated user.

## Path parameters

- `id` integer, required

## Response `204`

Default email account set successfully. The response body is empty.

- unknown

## Other responses

- `400` — Route-parameter validation failure, or a business rule rejection.
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to set default email account
- `404` — Email account not found
- `429` — Too Many Requests

---

[API](https://skmtc.net/reply/apis/reply-api.md) · [All operations](https://skmtc.net/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reply/reply-api/versions/1c3d32eaf95e/schema)
