---
title: "Fetch the logged-in user."
method: GET
path: "/users/me"
tags: ["Users"]
---

# Fetch the logged-in user.

`GET /users/me`

## Query parameters

- `fields` string

## Response `200`

An array of users.

- ResultsUsersMe
  - `total_results` integer, required
  - `page` integer, required
  - `per_page` integer, required
  - `results` PrivateUser[], required
    - `id` integer, required — Unique auto-increment integer identifier.
    - `uuid` string, uuid
    - `created_at` string, date-time
    - `description` string, nullable
    - `faved_project_ids` number[] — Ordered list of IDs of projects the user has faved
    - `icon` string, nullable
    - `icon_url` string, nullable
    - `identifications_count` integer
    - `journal_posts_count` integer
    - `annotated_observations_count` integer
    - `last_active` string, date-time
    - `monthly_supporter` boolean, nullable
    - `name` string, nullable
    - `observations_count` integer
    - `orcid` string, nullable
    - `roles` string[]
    - `site` Site, nullable
      - `id` integer, required — Unique auto-increment integer identifier.
      - `icon_url` string — URL of an icon image for the site
      - `locale` string, nullable — Default language code for users of this site
      - `name` string — Full name of the site
      - `place_id` integer, nullable — Integer ID of the default search place for this site
      - `site_name_short` string, nullable — Short name for this site
      - `url` string
    - `site_id` integer, nullable
    - `spam` boolean
    - `species_count` integer
    - `suspended` boolean
    - `updated_at` string, date-time
    - `activity_count` integer
    - `blocked_user_ids` integer[], nullable
    - `confirmed_at` string, date-time, nullable
    - `confirmation_sent_at` string, date-time, nullable
    - `data_transfer_consent` boolean, nullable
    - `email` string, nullable
    - `locale` string, nullable
    - `login` string
    - `muted_user_ids` integer[], nullable
    - `pi_consent` boolean, nullable
    - `place_id` integer, nullable
    - `preferences` object
      - `prefers_community_taxa` boolean
      - `prefers_observation_fields_by` string — Allows this kind of user to add observation field values to their observations
      - `prefers_project_addition_by` string — Allows this kind of user to add their observations to projects
      - `prefers_common_names` boolean — Prefers to view common names
      - `prefers_scientific_name_first` boolean — Prefers to view scientific names before common names
    - `preferred_observation_fields_by` string, nullable
    - `preferred_observation_license` string, nullable
    - `preferred_photo_license` string, nullable
    - `preferred_project_addition_by` string, nullable
    - `preferred_sound_license` string, nullable
    - `prefers_automatic_taxonomic_changes` boolean, nullable
    - `prefers_comment_email_notification` boolean, nullable
    - `prefers_common_names` boolean, nullable
    - `prefers_community_taxa` boolean, nullable
    - `prefers_identification_email_notification` boolean, nullable
    - `prefers_infraspecies_identification_notifications` boolean, nullable
    - `prefers_mention_email_notification` boolean, nullable
    - `prefers_message_email_notification` boolean, nullable
    - `prefers_monthly_supporter_badge` boolean, nullable
    - `prefers_no_email` boolean, nullable
    - `prefers_no_tracking` boolean, nullable
    - `prefers_non_disagreeing_identification_notifications` boolean, nullable
    - `prefers_project_added_your_observation_email_notification` boolean, nullable
    - `prefers_project_curator_change_email_notification` boolean, nullable
    - `prefers_project_journal_post_email_notification` boolean, nullable
    - `prefers_receive_mentions` boolean, nullable
    - `prefers_redundant_identification_notifications` boolean, nullable
    - `prefers_scientific_name_first` boolean, nullable
    - `prefers_taxon_change_email_notification` boolean, nullable
    - `prefers_taxon_or_place_observation_email_notification` boolean, nullable
    - `prefers_user_observation_email_notification` boolean, nullable
    - `privileges` string[], nullable
    - `search_place_id` integer, nullable
    - `taxon_name_priorities` TaxonNamePriority[]
      - `id` integer, required
      - `user_id` integer, required
      - `place_id` integer, nullable
      - `place` object
        - `id` integer, required
        - `uuid` string, uuid
        - `display_name` string, nullable
        - `name` string
      - `lexicon` string, nullable, required
      - `position` integer, nullable, required
    - `time_zone` string, nullable
    - `unconfirmed_email` string, nullable
    - `universal_search_rank` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/inaturalist/apis/inaturalist-version-2-api.md) · [All operations](https://skmtc.net/inaturalist/apis/inaturalist-version-2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inaturalist/inaturalist-version-2-api/revisions/f739db716aaf/schema)
