latestOpenAPI 3.0.02026-08-10135177718.4 KB
f739db716aaf
Users
List users
get/users
Query parameters
{"stackTrail":"paths:/users:get:parameters:1:schema","oasType":"schema","type":"unknown"}
pageinteger
per_pageinteger
Show users following this user, specified by sequential ID, username, or UUID
Show users followed by this user, specified by sequential ID, username, or UUID
orcidstring
Show users with the specified orcid
Headers
X-HTTP-Method-Overridestring
Response
A list of users
Example response
{
"results": [
{
"site": {
"id": 1,
"icon_url": "https://static.inaturalist.org/sites/1-logo_square.png",
"locale": "en",
"name": "iNaturalist",
"site_name_short": "iNat",
"url": "https://www.inaturalist.org"
}
}
]
}