---
title: "Fetch Member"
method: GET
path: "/members/{id}"
tags: ["Members"]
deprecated: true
---

# Fetch Member

`GET /members/{id}`

> **Deprecated.**

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `id` integer, required — The ID of the member
  - `resource_type` 'Member', required — The resource type of the member
  - `name` string, required — The name of the member
  - `image` string, nullable, required — The URL to the profile picture of the member.
  - `password_flow_enabled` boolean, required — Whether the member can login with password flow. Only relevant for organizations.
  - `access_enabled` boolean, required — Whether the member is allowed to access locks and elevators. If the user is managed by SCIM, user access will be disabled unless *both* the `access_enabled` field and `scim_access_enabled` fields are set to `true`.
  - `scim_access_enabled` boolean, required — Whether the member is allowed to access locks and elevators. This field is read-only and can only be managed using SCIM. (See `access_enabled`) It will always be set to `true` if the member is not managed by SCIM.
  - `last_accessed_at` string, date-time, nullable, required — When the user last accessed a door.
  - `created_at` string, date-time, required — When the member was created
  - `updated_at` string, date-time, required — When the member was updated
  - `role_id` string, required — The role ID of the member.
  - `notes` string, nullable, required — The notes for the member.
  - `metadata` object, required — The metadata for the member. - Nested values are not accepted. - Keys have a limit of 50 characters. - Values have a limit of 500 characters. - Keys number is limited to 50.
  - `organization_id` integer, nullable, required — The organization ID of the member
  - `user_id` integer, required — The user ID of the member
  - `user` object, required — The user of the member
    - `id` integer, required — The ID of the user
    - `resource_type` 'User', required — The resource type of the user
    - `email` string, email, required — The email of the user.
    - `name` string, required — The name of the user
    - `otp_required_for_login` boolean, required — Whether OTP/2FA is required for login.
  - `place_id` unknown, required
  - `shares_count` integer, required
  - `confirmed` boolean, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
