---
title: "Returns all user's info"
method: GET
path: "/api/info/user/available"
tags: ["info"]
---

# Returns all user's info

`GET /api/info/user/available`

Returns all available user's info

## Headers

- `Authorization` string, required

## Response `200`

OK

- ApiUserResp
  - `challenges` ApiChallengeSolveResp[]
    - `category` string
    - `id` integer
    - `name` string
    - `points` integer
    - `solvedAt` string
  - `email` string
  - `id` integer
  - `rank` integer
  - `role` string
  - `score` integer
  - `status` integer
  - `username` string

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

## Changes

> 2 revisions in range; 1 could not be searched.

- **2021-03-02** `00c7dd549484` — 1 warning, 3 info
  - deleted the `header` request parameter `Authorization`
  - added the non-success response with the status `402`
  - removed the non-success response with the status `404`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/sdslabs/apis/beast-api/changes/api/info/user/available/get.md)

---

[API](https://skmtc.dev/sdslabs/apis/beast-api.md) · [All operations](https://skmtc.dev/sdslabs/apis/beast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sdslabs/beast-api/revisions/7d8933ea23d5/schema)
