---
title: "Admin Get Students"
method: GET
path: "/admins/students"
tags: ["admins-students"]
---

# Admin Get Students

`GET /admins/students`

admin get all students

## Query parameters

- `skip` integer
- `limit` integer
- `search` string
- `verified` boolean
- `registerDateFrom` string
- `registerDateTo` string
- `lastVisitDateFrom` string
- `lastVisitDateTo` string

## Response `200`

OK

- V1DataResponse
  - `count` integer
  - `data` object

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error
- `default` — Default response

## Changes

- **2021-09-20** `2a40709721dd` — 6 info
  - added the new optional `query` request parameter `lastVisitDateFrom`
  - added the new optional `query` request parameter `lastVisitDateTo`
  - added the new optional `query` request parameter `registerDateFrom`
  - added the new optional `query` request parameter `registerDateTo`
  - …2 more
- **2021-07-09** `402b483e7db9` — 4 info
  - api tag `admins-students` added
  - api tag `admins-orders` removed
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `skip`
- **2021-02-16** `cf176adc329f` — 1 info
  - endpoint added
- **2021-02-04** `0677335332a8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/creatly/apis/creatly-api/changes/admins/students/get.md)

---

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