CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 05:16:18 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cache-control: private
set-cookie: prov=80d41ae6-5f9c-467f-827a-d94f5cc4d7f2; expires=Mon, 27 Jul 2026 05:16:18 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: __cf_bm=CCZzwyK7SkPN7iVCI._Mqo_ZcGCRv5wKSnx7WMpfp4A-1753593378-1.0.1.1-4l6yvhGoMCwzFgXXdfHsp_hHivVbPRKlAiUhVW2NPWo0QROPHh4MCnRdPWO_OQlw9xfNGimdA0hn7CUoRlURFXjoK5z1VWqmD9KRm9YFKJc; path=/; expires=Sun, 27-Jul-25 05:46:18 GMT; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: __cflb=02DiuEqtkS4jGaTk6jRLVowZ76Z4qeo48gnxEdYwMuDeL; SameSite=None; Secure; path=/; expires=Mon, 28-Jul-25 04:16:18 GMT; HttpOnly
set-cookie: _cfuvid=lXuJvlJfOppCiVZ7VHquJsmZPEeC5Vt5mXmiUZtP73Y-1753593378714-0.0.1.1-604800000; path=/; domain=.api.stackexchange.com; HttpOnly; Secure; SameSite=None
x-clacks-overhead: GNU Terry Pratchett
strict-transport-security: max-age=31536000; includeSubDomains
x-request-guid: 68efcf19-d07c-4deb-a6e6-6e44a93874f5
x-providence-cookie: 80d41ae6-5f9c-467f-827a-d94f5cc4d7f2
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
cf-cache-status: DYNAMIC
server: cloudflare
cf-ray: 9659a9f72ce15917-BLR
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