# List students

`GET https://{domain}/api/v1/usuario`

Operation ID: `users.list` · API v1

Lists every student of the school, ordered by ID, 150 per page.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `cursor` | query | string | no | Opaque page cursor. Do not build it: follow nextpageurl and prevpageurl from the previous page. |

## Responses

### 200

A page of students.

Body: object.

### 401

The Authorization header is missing, or the key does not exist or was deleted.

Body: HandlerError.

Full schema: https://cademi.dev/openapi/v1.json
