---
title: "OneRoster - Get all demographics"
method: GET
path: "/ims/oneroster/v1p1/demographics"
tags: ["Ims"]
---

# OneRoster - Get all demographics

`GET /ims/oneroster/v1p1/demographics`

**Requires permission:** *ServiceAccount*

OneRoster v1.1 GetAllDemographics (optional). Pupil birthDate + sex, keyed by the user sourcedId (UPI). Supports offset/limit paging and status / dateLastModified filtering.

## Response `200`

Success - demographics

- DemographicsSetResponse
  - `demographics` OrDemographics[]
    - `sourcedId` string, nullable
    - `status` string
    - `dateLastModified` string, date-time, nullable
    - `birthDate` string, date-time, nullable
    - `sex` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Caller is not an authorised service account

---

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