---
title: "Get a member's profile"
method: GET
path: "/identity/members/{id}"
tags: ["identity", "members", "business"]
---

# Get a member's profile

`GET /identity/members/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- MembersView
  - `created_by` string
  - `created_ts` string, date-time
  - `disabled_ts` string, date-time
  - `email` string
  - `first_name` string
  - `group_id` string
  - `individual_id` string
  - `last_name` string
  - `membership_status` 'active' | 'inactive'
  - `relationship` string
  - `status` string
  - `updated_by` string
  - `updated_ts` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Error response.

## 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`
  - …1 more

[Change history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/identity/members/:id/get.md)

---

[API](https://skmtc.dev/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.dev/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/adba5ad114cf/schema)
