---
title: "Get About"
method: GET
path: "/About"
tags: ["About"]
---

# Get About

`GET /About`

**Requires permissions:** *Leaver* or *NewJoiner* or *StaffMember* or *Student*

Get details about the logged in user

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `200`

Success - Success

- GetAboutResponse
  - `aboutMeSections` AboutMeSection[]
    - `name` string, nullable
    - `values` AboutMeValue[]
      - `name` string, nullable
      - `value` string, nullable
      - `colored` boolean
      - `bold` boolean
      - `italic` boolean
      - `largeText` boolean
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized
- `403` — Forbidden

---

[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/fab57bf5558a/schema)
