---
title: "Register:Register"
method: POST
path: "/auth/register"
tags: ["Auth"]
---

# Register:Register

`POST /auth/register`

## Request body

- UserCreate
  - `first_name` string, required
  - `last_name` string, required
  - `password` string, required
  - `email` string, email, required
  - `is_active` boolean
  - `contact_consent` boolean
  - `image` string
  - `client_name` string
  - `reffered_by` string, uuid
  - `is_agent` boolean
  - `kb_id` string, uuid
  - `job_role` string
  - `company_name` string
  - `profile_image` string
  - `trial_plan_type` string

## Response `201`

Successful Response

- UserRead
  - `id` string, uuid, required
  - `first_name` string, required
  - `last_name` string, required
  - `email` string, email, required
  - `date_created` string, date-time
  - `is_active` boolean
  - `is_superuser` boolean
  - `is_verified` boolean
  - `stripe_customer_id` string
  - `contact_consent` boolean
  - `image` string
  - `first_time_notification_shown` boolean
  - `sent_credits_warning` boolean
  - `reffered_by` string, uuid
  - `is_agent` boolean
  - `has_created_chatbot` boolean
  - `login_count` integer
  - `last_login` string, date-time
  - `requires_2FA` boolean
  - `job_role` string
  - `company_name` string
  - `profile_image` string

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/revisions/38b6c9a4246d/schema)
