---
title: "Set My Birthdate"
method: POST
path: "/users/me/birthdate"
tags: ["users", "users"]
---

# Set My Birthdate

`POST /users/me/birthdate`

Record the caller's own date of birth.

Under 16 on the consumer product blocks the account rather than deleting
it: the row stays so support can correct a mistyped year, which is the
whole reason the refusal names an address to write to. A school's student
is never blocked here; their date feeds the guardian-consent flow instead.

The session is NOT revoked on a block. The blocked person has to be able to
read the explanation, and the explanation is served to an authenticated
caller; signing them out would replace "here is why, and here is who to
email" with a login screen.

## Headers

- `authorization` string, nullable

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 25 revisions in range; 1 not diffed.

- **2026-09-26** `ecd3f19d9e8b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/changes/users/me/birthdate/post.md)

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/be75c0eba493?raw)
