---
title: "users"
method: GET
path: "/v1/users/{userId}.json"
tags: ["users"]
---

# users

`GET /v1/users/{userId}.json`

Returns Users listing.

## Path parameters

- `userId` integer, required

## Query parameters

- `token` string, required

## Response `200`

successful operation

- object
  - `id` integer
  - `created` string
  - `modified` string
  - `user_id` integer
  - `username` string
  - `email` string
  - `password` string
  - `full_name` string
  - `initials` string
  - `about_me` string
  - `profile_picture_path` string
  - `notification_frequency` integer
  - `is_allow_desktop_notification` string
  - `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
  - `last_activity_id` integer
  - `last_login_date` integer
  - `last_login_ip_id` integer
  - `ip_id` integer
  - `login_type_id` integer
  - `is_productivity_beats` integer
  - `user_login_count` integer
  - `is_ldap` 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
  - `language` integer
  - `timezone` integer

## Other responses

- `404` — User 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)
