---
title: "Activates the tenant and email combination using the activation code received."
method: POST
path: "/emails:activate"
tags: ["TenantEmailRegistration"]
---

# Activates the tenant and email combination using the activation code received.

`POST /emails:activate`

Activates the email registration for current tenant

## Query parameters

- `api-version` string, required

## Headers

- `repeatability-request-id` string

## Request body

- TenantEmailRegistration — Base data transfer object implementation for proxy resources.
  - `id` string — The unique id of the resource.
  - `type` string — Type of the resource.

## Response `200`

Success

- TenantEmailRegistration — Base data transfer object implementation for proxy resources.
  - `id` string — The unique id of the resource.
  - `type` string — Type of the resource.

## Other responses

- `default` — Default error response.

---

[API](https://skmtc.net/azure/apis/purview-share.md) · [All operations](https://skmtc.net/azure/apis/purview-share/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/purview-share/revisions/79b396164f79/schema)
