---
title: "POST /api/services/app/Account/Register"
method: POST
path: "/api/services/app/Account/Register"
tags: ["Account"]
---

# POST /api/services/app/Account/Register

`POST /api/services/app/Account/Register`

## Request body

- RegisterInput
  - `name` string, required — Required; Length 0–64
  - `surname` string, required — Required; Length 0–64
  - `userName` string, required — Required; Length 0–256
  - `emailAddress` string, email, required — Required; Length 0–256; Format: email
  - `password` string, required — Required; Length 0–32
  - `captchaResponse` string, nullable

## Response `200`

Success

- RegisterOutput
  - `canLogin` boolean

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
