latestOpenAPI 3.0.02026-08-10135177718.4 KB

f739db716aaf

Users

Update users.

put/users/{id}

Path parameters

idstring required

Request body

icon_deleteboolean

Response

A user.

idinteger required

Unique auto-increment integer identifier.

uuidstring uuid
created_atstring date-time
descriptionstring nullable
faved_project_idsnumber[]

Ordered list of IDs of projects the user has faved

iconstring nullable
icon_urlstring nullable
identifications_countinteger
journal_posts_countinteger
annotated_observations_countinteger
last_activestring date-time
loginstring
monthly_supporterboolean nullable
namestring nullable
observations_countinteger
orcidstring nullable
rolesstring[]
site_idinteger nullable
spamboolean
species_countinteger
suspendedboolean
updated_atstring date-time

Example response

{
  "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"
  }
}