---
title: "Changes to Get a member's profile"
method: GET
path: "/identity/members/{id}"
---

# Changes to Get a member's profile

`GET /identity/members/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 23 revisions.

- **2026-08-08** `3b6fc8373884` — 2 info
- **2026-08-06** `fe2041c5ba86` — 1 warning, 4 info

## Changes

- **2026-08-08** `3b6fc8373884` — 2 info
  - added the optional property `disabled_ts` to the response with the `200` status
  - added the optional property `membership_status` to the response with the `200` status
- **2026-08-06** `fe2041c5ba86` — 1 warning, 4 info
  - changed the pattern of the `path` request parameter `id` from `^ind_[0-9a-hjkmnp-tv-z]{26}$` to `^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$`
  - the `created_by` response's property pattern was changed from `^ind_[0-9a-hjkmnp-tv-z]{26}$` to `^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`
  - the `group_id` response's property pattern was changed from `^grp_[0-9a-hjkmnp-tv-z]{26}$` to `^grp_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`
  - the `individual_id` response's property pattern was changed from `^ind_[0-9a-hjkmnp-tv-z]{26}$` to `^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`
  - the `updated_by` response's property pattern was changed from `^ind_[0-9a-hjkmnp-tv-z]{26}$` to `^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`

---

[Operation](https://skmtc.dev/stablesea/apis/stable-sea-backend/docs/identity/members/:id/get.md) · [API](https://skmtc.dev/stablesea/apis/stable-sea-backend.md) · [Page](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/identity/members/:id/get)
