---
title: "GET /private/set_email_for_subaccount"
method: GET
path: "/private/set_email_for_subaccount"
tags: ["Account Management", "Private"]
---

# GET /private/set_email_for_subaccount

`GET /private/set_email_for_subaccount`

Assigns an email address to a subaccount. This email can be used for direct login to the subaccount and for receiving notifications.

The email address owner will receive a confirmation email with a link to verify the email address. The email must be confirmed before it can be used for login.

**[TFA required](https://docs.deribit.com/articles/security-keys)**

**📖 Related Article:** [Managing Subaccounts](https://docs.deribit.com/articles/managing-subaccounts-api)

**Scope:** `account:read_write`

[Try in API console](https://test.deribit.com/api_console?method=%2Fprivate%2Fset_email_for_subaccount)

## Query parameters

- `sid` integer, required
- `email` string, required

## Response `200`

Success response

- OkResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` 'ok', required — Result of method execution. `ok` in case of success

---

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