CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 18:03:30 GMT
content-type: text/html; charset=utf-8
cache-control: private
set-cookie: prov=5b3f0639-28c4-44a7-aeff-c215b647de42; expires=Sun, 26 Jul 2026 18:03:30 GMT; domain=.stackexchange.com; path=/; secure; httponly
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: d8f44941-0360-454a-84d9-6b880ab0698d
x-providence-cookie: 5b3f0639-28c4-44a7-aeff-c215b647de42
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=ipZ7PzzAvOY4KEXvdk0JE_tzHGmyZkOcnn4XyUEOFn0-1753553010-1.0.1.1-QtTqc5JZPl8Ld3O8iCguLl_R4IuBj6miJTtsKLc0yvYj0srZQeTnXQcqpduoz2ByfTs11br1gkLIZyiCPztBOoPs5Ef1ve8n_A4MSZoxPrU; path=/; expires=Sat, 26-Jul-25 18:33:30 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo49hgTjpnfJFzUc; SameSite=None; Secure; path=/; expires=Sun, 27-Jul-25 17:03:30 GMT; HttpOnly
set-cookie: _cfuvid=qPyiZTa.c76GtPH_2JabmtgGTuqd36qDx.C8u6bUjbg-1753553010926-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 9655d06c4f1eb277-BLR
content-encoding: gzip
Usage of /users/{ids} [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/{ids} GET
Discussion
Gets the users identified in ids in {ids}.
Typically this method will be called to fetch user profiles when you have obtained user ids from some other source, such as /questions.
{ids}
can contain up to 100 semicolon delimited ids. To find ids programmatically look for user_id
on user or shallow_user objects.
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
.
This method returns a list of users.
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