CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 17:30:05 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=fbb683a6-f0b8-4822-844a-eb5f388fe3be; expires=Sun, 26 Jul 2026 17:30:05 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 9993ea44-cee1-448d-95ad-fdc002d2d69c
x-providence-cookie: fbb683a6-f0b8-4822-844a-eb5f388fe3be
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=S4GHDLAfxZbaiQ2YZjmkw5Tg8dnR3bFhw4CVgtctySs-1753551005-1.0.1.1-iZCbj_RE.RNeU40tKK_CDZRuQgl6wWvWargBhkJkDSQZsb52iKG6qiqubpXYfTFkn2EmzH2hN8xI0uMcIUGc0E3cw25YVwyBinsFH9I2HYU; path=/; expires=Sat, 26-Jul-25 18:00:05 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo48ctJxnjQruTpg; SameSite=None; Secure; path=/; expires=Sun, 27-Jul-25 16:30:05 GMT; HttpOnly
set-cookie: _cfuvid=vjVmUOBYtjp6JTGDYjQ2BkiyZSye3mAKDkGyB6K1cAg-1753551005805-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 96559f783c0ec464-BLR
content-encoding: gzip
Usage of /users [GET] -
Stack Exchange API
It is possible to create moderately complex queries using
https://stackoverflow.com/oauth/dialog?client_id=1&key=U4DMV*8nvpm3EOpvf69Rxw((&redirect_uri=https%3a%2f%2fapi.stackexchange.com%2fdocs%2foauth_landing
U4DMV*8nvpm3EOpvf69Rxw((
Usage of /users GET
Discussion
Returns all users on a site.
This method returns a list of users.
The sorts accepted by this method operate on the following fields of the user object:
- reputation –
reputation
- creation –
creation_date
- name –
display_name
- modified –
last_modified_date
reputation
is the default sort.It is possible to create moderately complex queries using
sort
, min
, max
, fromdate
, and todate
.
The inname
parameter lets consumers filter the results down to just those users with a certain
substring in their display name. For example, inname=kevin
will return all users with both users
named simply "Kevin" or those with Kevin as one of (or part of) their names; such as "Kevin Montrose".
Try It
about blog terms of use contact us feedback always welcome
site design / logo © 2025 Stack Exchange, Inc; user contributions licensed under CC BY-SA