---
title: "Get extant"
method: GET
path: "/v1/users"
tags: ["Users"]
---

# Get extant

`GET /v1/users`

Gets users basic information.

## Query parameters

- `page` object
  - `number` integer
  - `size` integer

## Response `200`

Users basic information

- object
  - `data` UserSpec[]
    - `id` string — Resource Id (integer or uuid)
    - `type` string — Resource type name
    - `uuid` string — Resource UUID (if applicable)
    - `attributes` User — User resource
      - `name` string — Name
      - `email` string — Email address
      - `email_verified` boolean — Email address is verified (may be null)
      - `created_at` string, date — Creation date
      - `updated_at` string, date — Last update
      - `has_agreements_to_sign` boolean — User has agreements to sign
      - `can_add_org_to_msps` object[] — Optional list of MSPs user can add organizations to
        - `id` integer
        - `name` string
  - `links` Links — JSON API links member representation
    - `self` string — Endpoint URL (may be null)

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/dnsfilter/apis/dnsfilter-api.md) · [All operations](https://skmtc.net/dnsfilter/apis/dnsfilter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dnsfilter/dnsfilter-api/revisions/29e5e6ee3316/schema)
