---
title: "Get the user's birthdate"
method: GET
path: "/v1/birthdate"
tags: ["Accounts"]
deprecated: true
---

# Get the user's birthdate

`GET /v1/birthdate`

> **Deprecated.**

Replaced by users.roblox.com/v1/birthdate

## Response `200`

OK

- RobloxAccountInformationApiModelsBirthdateResponse — The birthdate response
  - `birthMonth` integer — The birth month
  - `birthDay` integer — The birth day
  - `birthYear` integer — The birth year

## Other responses

- `400` — 1: User not found.
- `401` — 0: Authorization has been denied for this request.

---

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