---
title: "Fetch user"
method: GET
path: "/v1/users/me.json"
tags: ["users"]
---

# Fetch user

`GET /v1/users/me.json`

Returns Users listing.

## Query parameters

- `token` string, required

## Response `200`

successful operation

- object
  - `User` object
    - `id` integer
    - `role_id` integer
    - `username` string
    - `password` string
    - `email` string
    - `full_name` string
    - `initials` string
    - `about_me` string
    - `profile_picture_path` string
    - `notification_frequency` string
    - `is_allow_desktop_notification` boolean
    - `is_active` boolean
    - `is_email_confirmed` boolean
    - `created_organization_count` integer
    - `created_board_count` integer
    - `joined_organization_count` integer
    - `list_count` integer
    - `joined_card_count` integer
    - `created_card_count` integer
    - `joined_board_count` integer
    - `checklist_count` integer
    - `checklist_item_completed_count` integer
    - `checklist_item_count` integer
    - `activity_count` integer
    - `card_voter_count` integer
    - `is_productivity_beats` boolean
    - `organizations` object
      - `id` integer
      - `name` string
      - `description` string
      - `website_url` string
      - `logo_url` string
      - `organization_visibility` integer
    - `last_activity_id` integer
    - `boards_stars` object
      - `id` integer
      - `user_id` integer
      - `board_id` integer
      - `is_starred` integer
    - `boards_user` object
      - `id` integer
      - `user_id` integer
      - `board_id` integer
      - `board_user_role_id` integer
      - `name` string
      - `background_picture_url` string
      - `background_color` string
    - `last_login_date` string
    - `last_login_ip` string
    - `login_city_name` string
    - `login_state_name` string
    - `login_country_name` string
    - `login_country_iso2` string
    - `registered_ip` string
    - `register_city_name` string
    - `register_state_name` string
    - `register_country_name` string
    - `register_country_iso2` string
    - `login_type` string
    - `created` string
    - `user_login_count` integer
    - `is_send_newsletter` integer
    - `last_email_notified_activity_id` integer
    - `owner_board_count` integer
    - `member_board_count` integer
    - `owner_organization_count` integer
    - `member_organization_count` integer
    - `is_ldap` integer
    - `notify_count` integer
    - `language` string
    - `timezone` string

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/restyaplatform/apis/restyaboard.md) · [All operations](https://skmtc.net/restyaplatform/apis/restyaboard/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/restyaplatform/restyaboard/versions/bfc753befdbe/schema)
