---
title: "Once a new user is registered they must confirm their registration via an email"
method: GET
path: "/account/register/{account_id}"
tags: ["account"]
deprecated: true
---

# Once a new user is registered they must confirm their registration via an email

`GET /account/register/{account_id}`

> **Deprecated.**

When a new account is registered, it must first be confirmed before full access is granted. An email will be sent to the email address used during registration. There will be a link in that email that points to https://server.com/register/{accountid}

## Path parameters

- `account_id` string, required

## Response `200`

successful operation

## Other responses

- `400` — Server cannot execute request due to something that is perceived to be a client error
- `500` — Internal server error

---

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