---
title: "Changes to Retrieve Member"
method: GET
path: "/members/{id}"
---

# Changes to Retrieve Member

`GET /members/{id}`

> Every recorded change to this endpoint, newest first.
> 74 revisions in range; 1 not diffed.

## Timeline

Changed in 3 of 74 revisions.

- **2026-08-27** `16c82685be35` — 1 info
- **2026-08-07** `f1020c3ecda4` — 2 info
- **2026-07-26** `60bbb4a6ffbc` — 15 breaking, 5 warning, 11 info

## Changes

- **2026-08-27** `16c82685be35` — 1 info
  - added the required property `phone_number` to the response with the `200` status
- **2026-08-07** `f1020c3ecda4` — 2 info
  - added the optional property `error/code` to the response with the `403` status
  - added the optional property `error/code` to the response with the `404` status
- **2026-07-26** `60bbb4a6ffbc` — 15 breaking, 5 warning, 11 info
  - added `#/components/schemas/UserSummary, subschema #2` to the `user` response property `oneOf` list for the response status `200`
  - the `created_at` response's property format changed from `date-time` to no format for status `200`
  - the `joined_at` response's property format changed from `date-time` to no format for status `200`
  - the `user` response's property type changed from `object, null` to no type for status `200`
  - removed the required property `company` from the response with the `200` status
  - removed the required property `company_token_balance` from the response with the `200` status
  - removed the required property `most_recent_action` from the response with the `200` status
  - removed the required property `most_recent_action_at` from the response with the `200` status
  - removed the required property `phone` from the response with the `200` status
  - removed the required property `updated_at` from the response with the `200` status
  - removed the required property `usd_total_spent` from the response with the `200` status
  - removed the required property `user/email` from the response with the `200` status
  - removed the required property `user/id` from the response with the `200` status
  - removed the required property `user/name` from the response with the `200` status
  - removed the required property `user/username` from the response with the `200` status
  - deleted the `path` request parameter `id`
  - removed the optional property `error/code` from the response with the `403` status
  - removed the optional property `error/code` from the response with the `404` status
  - removed the optional property `error/param` from the response with the `403` status
  - removed the optional property `error/param` from the response with the `404` status
  - the security scope `member:email:read` was removed from the endpoint's security scheme `bearerAuth`
  - the security scope `member:phone:read` was removed from the endpoint's security scheme `bearerAuth`
  - added the new optional `header` request parameter `Api-Version-Date` to all path's operations
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `422`
  - removed the non-success response with the status `429`
  - removed the non-success response with the status `500`
  - removed the `drafted` enum value from the `status` response property for the response status `200`
  - added the required property `account_id` to the response with the `200` status
  - added the required property `last_accessed_at` to the response with the `200` status

---

[Operation](https://skmtc.dev/whop/apis/whop-api/docs/members/:id/get.md) · [API](https://skmtc.dev/whop/apis/whop-api.md) · [Page](https://skmtc.dev/whop/apis/whop-api/changes/members/:id/get)
