---
title: "Retrieve dm member"
method: GET
path: "/dm_members/{id}"
tags: ["Dm members"]
---

# Retrieve dm member

`GET /dm_members/{id}`

Retrieves the details of an existing DM member.

Required permissions:
 - `dms:read`

## Path parameters

- `id` string, required

## Response `200`

A successful response

- DmMember — A user's membership record in a messaging channel, including notification preferences and read state.
  - `channel_id` string, required — The unique identifier of the messaging channel this membership belongs to.
  - `id` string, required — The unique identifier for the entity
  - `last_viewed_at` string, nullable, required — The timestamp when this member last viewed the channel, as a Unix timestamp in milliseconds. Null if the member has never viewed the channel.
  - `notification_preference` 'all' | 'mentions' | 'none', required — The notification preferences for a DMs feed member
  - `status` 'requested' | 'accepted' | 'hidden' | 'closed' | 'archived', required — The statuses of a DMs feed member
  - `user_id` string, required — The unique identifier of the user who holds this channel membership.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Verification required
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/whop/apis/whop-api.md) · [All operations](https://skmtc.net/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whop/whop-api/versions/866821546d67/schema)
