---
title: "Return the data for all Users"
method: GET
path: "/users.json"
tags: ["Users"]
---

# Return the data for all Users

`GET /users.json`

Outlines the parameters, optional and required, used when requesting the data for all Users

## Query parameters

- `created_since` string, date-time
- `enabled` boolean
- `fields` string
- `ids[]` integer
- `include_co_counsel` boolean
- `limit` integer
- `name` string
- `order` 'enabled(asc)' | 'enabled(desc)' | 'id(asc)' | 'id(desc)' | 'name(asc)' | 'name(desc)' | 'first_name(asc)' | 'first_name(desc)' | 'last_name(asc)' | 'last_name(desc)' | 'initials(asc)' | 'initials(desc)' | 'subscription_type(asc)' | 'subscription_type(desc)'
- `page_token` string
- `pending_setup` boolean
- `role` 'admin' | 'accounts' | 'billing' | 'reports'
- `subscription_type` 'attorney' | 'nonattorney'
- `updated_since` string, date-time

## Headers

- `X-API-VERSION` string

## Response `200`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

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