---
title: "Get User Information"
method: GET
path: "/user/"
tags: ["User"]
---

# Get User Information

`GET /user/`

Requires the identify scope if using an OAuth2 application.

## Query parameters

- `includeEmail` boolean — Whether to include the user's email. Requires the email scope if using an OAuth2 application.

## Response `200`

Response for status 200

- object
  - `id` string, required
  - `username` string, required
  - `email` string
  - `flags` union
    - string, integer
    - integer
  - `connections` object, required
    - `discord` object
      - `id` string
      - `username` string
      - `verified` boolean, required
    - `epic` object
      - `id` string
      - `username` string
      - `verified` boolean, required

## Other responses

- `400` — Response for status 400

---

[API](https://skmtc.dev/fnlb/apis/fnlb-api-documentation.md) · [All operations](https://skmtc.dev/fnlb/apis/fnlb-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fnlb/fnlb-api-documentation/revisions/811ffc41210c/schema)
